Graph API 获取 Facebook 链接共享信息
我们是否可以从 facebook API 获取有关用户共享的信息,无论是图形、REST 还是 FQL。例如视频或帖子或任何内容都可以通过 Facebook 共享,并且由用户列表共享,并带有个人资料 ID 或用户名。我发现了类似的东西 http://appshack.tv/2011/03/likes/ 但是这只是柜台,缺乏信息。有什么办法可以做吗?因为我发现 facebook 没有在文档中说明所有内容。从第三方方面发现了一些技巧。
is that possible we can get the information from facebook API whether graph or REST or FQL regarding user sharing. Such as video or post or anything can share via facebook and it is shared by a list of user, with profile id or user name. I found something like this http://appshack.tv/2011/03/likes/ but it is just the counter, lack of information. Any way can do? Coz I found that facebook not stated everything in the documentation. Some trick is found from third party side.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,您无法获取用户 ID。 Facebook 将尽力不与您共享用户 ID,“除非”他们(用户)授权您的应用程序。
你猜怎么着......您甚至无法获取正在使用您的应用程序的用户列表! (您只能获取计数!)
检查这个回答。
No you can't get the user ids. Facebook will do their best NOT to share the user id with you "unless" they (the users) authorize your application.
And guess what....you can't even get the list of the users who are using YOUR application! (You can only get the count!)
Check this answer.