查询 facebook 的最佳实践
我有兴趣从 Facebook FQL 参考下列出的 FQL 表中查询数据。据我所知,有些信息是公众可以获得的,而另一些则不是。
我希望开始从事一个需要为粉丝专页收集数据的项目。这将包括喜欢的数量、喜欢该页面的人、帖子、回复等。我也可能会调查有关用户的人口统计数据。
我读到,因为成为某个页面的粉丝并不自动意味着您可以完全访问用户的个人资料。有人说,一个好主意是创建一个单独的 FB 应用程序,该应用程序将请求读取粉丝数据的权限。但话又说回来,我不喜欢这个主意。如果没有这样的动机,没有人会安装应用程序。
那么,这样做的最佳实践是什么?
任何开始寻找的指示将不胜感激。
谢谢你,
乔治
I am interested in querying data from the FQL tables which are listed under the Facebook FQL references. I understand that some piece of information is available to the public whereas some other is not.
I am looking to start working on a project which requires gathering data for Fan Pages. This will include number of likes, who liked the page, posts, responses, etc. Also possibly I will be looking into demographics about the users.
I was reading that since being a fan of a page doesn't automatically mean that you have full access into the profile of a user. Somebody said that a good idea is to create a separate FB Application which will request permission for reading data from fans. But again, I don't like this idea. Nobody would install an application without motivation like that.
So, what is the best practice to do that?
Any pointers to start looking would be appreciated.
Thank you,
George
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来你回答了你自己的问题。如果您想要查询只有在用户授予您权限后才能查询的内容的权限,您必须制作一个应用程序来执行此操作并让人们安装您的应用程序。否则,您将只能获取公开可用且不需要权限的内容。
It sounds like you answered your own question. If you want the permission to query for things that you can only query after the user has granted you permission, you'll have to make an app to do that and get people to install your app. Otherwise you'll only be able to grab things that are publicly available and don't require permissions.