获取用户喜欢的页面
我已经在 Stackoverflow 上挖掘了几个小时了,但没有找到解决方案: 我想使用 page_fan 表获取用户喜欢的页面。 但是,该用户不是我的朋友 - 这可能吗?我想这可能是因为当我进入用户的个人资料时,我可以看到他喜欢的所有页面,但没有使用 FQL...有什么建议吗? Tnx。 谢伊。
I've been digging on Stackoverflow for hours now and found no solution:
I want to get pages that a user liked using the page_fan table.
However, that user is not my friend - is it possible? I think it might be because when i go the user's profile I can see all the pages he liked but not using FQL...Any advice?
Tnx.
Shai.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,只要用户授予您的应用“user_likes”权限,这是可能的。请参阅以下页面的开头:
http://developers.facebook.com/docs/reference /fql/page_fan/
Yes, that is possible as long as the user gave your app "user_likes" permission. See very beginning of below page:
http://developers.facebook.com/docs/reference/fql/page_fan/
查询:
此查询将返回正在使用您的应用程序的用户喜欢的每个页面的数据。
query:
This query will return data for each of the pages a user that is using your app has liked.