实时更新不适用于某些字段?

发布于 2024-12-11 11:41:46 字数 892 浏览 0 评论 0原文

我正在检查 User 对象中哪些字段容易受到 RTU(实时更新)的影响;在文档中它说:

用户对象支持除以下字段之外的所有字段的实时更新 已验证的财产。

但是,到目前为止,对于这个领域:

  • 视频上传限制电视重要其他favorite_teams 最喜欢的运动员 政治 对生物感兴趣 更新时间 Third_party_id 性别 user_likes 语言

我收到此消息:

{"error":{"message":"(#100) \"SOME_FIELD\" is an invalid field name","type":"OAuthException"}}

我的应用程序具有必要的权限,使用此方法进行检查(取自 此网址):

https://api.facebook.com/method/users.hasAppPermission?ext_perm=SOME_PERMISSION&uid=UID&access_token=ACCESS_TOKEN_FOR_MY_APP

我错过了什么吗?这些领域是为别人工作还是只是我一个人?

谢谢。

I'm checking wich fields from the User object are susceptible to RTU (real time updates); in the documentation it says:

The User object supports Real-Time Updates for all fields except the
verified property.

But, so far, for this fields:

  • video upload limits television significant other favorite_teams
    favorite_athletes political interested_in bio updated_time
    third_party_id gender user_likes languages

I've got this message:

{"error":{"message":"(#100) \"SOME_FIELD\" is an invalid field name","type":"OAuthException"}}

My application has the necessary permissions, checked by using this method (taken from this url):

https://api.facebook.com/method/users.hasAppPermission?ext_perm=SOME_PERMISSION&uid=UID&access_token=ACCESS_TOKEN_FOR_MY_APP

Am I missing something? Those fields are working for someone else or is just me?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

热情消退 2024-12-18 11:41:46

我也尝试过同样的。 Facebook在这里似乎有点慢。他们没有实现 RTU 中的所有字段。您可以在此处找到可用字段的列表(在对象下):https://developers。 facebook.com/docs/reference/api/realtime/
然而,即使这个列表似乎也不正确,因为我也没有让电视工作。
要求对象“用户”获取有关您页面的通知有点奇怪。这一切似乎还没有完成。

I've tried the same. Facebook seems to be a little slow here. They did not implement all fields in the RTU. You can find a list of available fields here (under objects): https://developers.facebook.com/docs/reference/api/realtime/
However, even this list does not seem correct, as I did not get for example television to work either.
It is kind of odd to ask for the object "user" to get notifications about you page.. This all does not seem to be finished yet..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文