简体   繁体   English

iOS Facebook API使用GRAPH API从时间轴获取数据

[英]iOS Facebook API fetch data from timeline using GRAPH API

We have a facebook account. 我们有一个Facebook帐户。 That account 'Liked' 3 open facebook pages. 该帐户“喜欢” 3个打开的Facebook页面。 When you login to that facebook account from your browser you can ofcourse see all the posts from those 3 pages on your news feed. 当您从浏览器登录该Facebook帐户时,您当然可以在新闻源上查看这3页中的所有帖子。

What I want to know is - can I somehow fetch all the data I see on my accounts news feed? 我想知道的是-我能以某种方式获取我在帐户新闻Feed中看到的所有数据吗?

Im not asking how to do it, just is it possible. 我没有问怎么做,这是可能的。 I was doing some research, and on facebook.developers they do mention about nodes, which can be users or groups, but it is unclear to me are those groups that I made, so when I login to my mobile app i Actually login with that group account, or they meant that I can get data or other groups out there ?! 我正在做一些研究,在facebook.developers上,他们确实提到了可以是用户或组的节点,但是我不清楚是我创建的那些组,所以当我登录到移动应用程序时,我实际上是在登录组帐户,或者它们意味着我可以在那里获取数据或其他组?

Facebook has documentation using FQL queries to GET the users news feed, take a look here Facebook拥有使用FQL查询获取用户新闻提要的文档,请在此处查看

https://developers.facebook.com/docs/reference/fql https://developers.facebook.com/docs/reference/fql

What you are looking for is called stream... 您正在寻找的是流...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM