关于图 API 的一般 Facebook 问题
据我了解,使用图形 API 时需要访问令牌才能访问个人私有内容。粉丝页面中什么被视为私有?您是否需要访问令牌才能访问所有粉丝页面内容?当在图 api 中使用 type=posts 运行单词搜索时,我们只期望公共内容,这对于粉丝页面搜索是否相同?如果不是,在搜索图 api 时是否真的需要有访问令牌?
我还没有完成我的应用程序,但是当刚刚插入浏览器时 https://graph.facebook.com/search?q=watermelon&type=post 这有效,所以为什么我需要注册我的应用程序。如果我设置了网络请求方法,这应该不起作用吗?
I understand that an access token is needed to access an individuals private content when using the graph api. What is considered private in a fan page and do you need an access token to access all fan page content? When running a word search with type=posts in the graph api we expect only public content, is this the same for fan page searches and if not, is there really any need to have an access token when searching the graph api?
I have not finished my app yet but when just plugging into a browser
https://graph.facebook.com/search?q=watermelon&type=post
that works so why would I need to register my app. Should this not work if I set up a webrequest method?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
注册应用程序不会有什么坏处,很简单,如果出现问题,他们将暂停/禁止您的应用程序 ID,而不是您的服务器 IP。更好的恕我直言!
Registering an app doesn't hurt, its easy and if something was to go wrong, they will suspend/ban your app ID rather than your server's IP. Better IMHO!