使用旧的 Rest api 访问 Facebook 的“赞”和“兴趣”
在最近的变化中,Facebook 现在将您的喜好和兴趣与社区和粉丝页面链接起来。我如何使用旧的 REST API 和 Facebooker 检索此信息。我尝试了这样的方法来获取音乐偏好:
facebook_session.user.music
但我得到一个空白字符串而不是相关连接。是否必须使用新的 Graph API 才能实现此功能?
In their recent changes, Facebook now links your likes and interests with community and fan pages. How can I retrieve this information using the old rest API and Facebooker. I tried things like this to get the music preferences :
facebook_session.user.music
but I get a blank string instead of the relevant connections. Is it mandatory to use the new Graph API in order to make this work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这些数据只能通过 Graph API 访问。
I believe this data can only be accessed via the Graph API.