实时更新不适用于某些字段?
我正在检查 User 对象中哪些字段容易受到 RTU(实时更新)的影响;在文档中它说:
用户对象支持除以下字段之外的所有字段的实时更新 已验证的财产。
但是,到目前为止,对于这个领域:
- 视频上传限制电视重要其他favorite_teams 最喜欢的运动员 政治 对生物感兴趣 更新时间 Third_party_id 性别 user_likes 语言
我收到此消息:
{"error":{"message":"(#100) \"SOME_FIELD\" is an invalid field name","type":"OAuthException"}}
我的应用程序具有必要的权限,使用此方法进行检查(取自 此网址):
我错过了什么吗?这些领域是为别人工作还是只是我一个人?
谢谢。
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):
Am I missing something? Those fields are working for someone else or is just me?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也尝试过同样的。 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..