获取朋友“喜欢”的链接在Facebook上
我想知道如何构建 FQL 查询,在其中我可以接收用户的朋友喜欢的应用程序的链接/url。我得到了看起来不错的链接表,但我需要一个对象 ID,我不知道如何检索我的网址。
I was wondering how to build a FQL query where i could receive links/urls of my app that an user's friends have liked. I got the link table which looks good but there i need an object id, which i dunno how to retrieve for my urls.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从
object_url
表中获取对象 ID。https://developers.facebook.com/docs/reference/fql/object_url/
You can get the object id from the
object_url
table.https://developers.facebook.com/docs/reference/fql/object_url/