Facebook:图表“帖子”;有效,但 FQL“流”;不?
这不应该这么困难。我认为这是一个权限问题,但是当图形 API 向我提供信息但 FQL 没有提供信息时,这就没有意义了。 :S
所以我只是想从我的公共页面获取流:
http://www.facebook.com/ 207941570907
所以我正在使用他们的工具:
https://developers.facebook.com/tools/explorer
我向 Graph API Explorer 授予每一项权限,然后运行以下命令:
https://graph.facebook.com/207941570907/posts
效果很好..但我想使用 FQL 反而。所以我认为运行以下命令将完全相同,但没有数据出现?!一个月前它还在工作,但我不知道他们改变了什么..叹息:
https:/ /graph.facebook.com/fql?q=SELECT post_id,消息来自流 WHERE source_id = 207941570907
有谁知道我做错了什么?
this shouldn't be this difficult. I assumed it was a permission thing, but then it doesn't make sense when the graph API gives me the information but the FQL doesn't. :S
so I'm just trying to get the stream from my public page:
http://www.facebook.com/207941570907
So I'm using their tool:
https://developers.facebook.com/tools/explorer
And I give the Graph API Explorer every single permission and I run this:
https://graph.facebook.com/207941570907/posts
And that works perfectly.. but I want to use FQL instead. So I figure running the following would be EXACTLY the same, but no data appears?! It WAS working a month ago, but I don't know what they changed.. sigh:
https://graph.facebook.com/fql?q=SELECT post_id, message FROM stream WHERE source_id = 207941570907
Does anyone have a clue what I'm doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能够使用图形 API 浏览器从我管理的页面获取帖子。我目前拥有我正在使用的访问令牌的所有权限。
我建议使用 Graph API Explorer 工具查看权限,看看您缺少哪一项。或者从所有权限开始,然后开始一项一项地取消,直到它被破坏。
I was able to get, using the graph API explorer, the posts from pages I admin. I currently have all permissions for the access token I'm using.
Using the Graph API Explorer tool, I'd suggest looking thru the permissions to see which one you are missing. Or start with all permissions and start taking one by one off until it breaks.