开发者

Read Users Wall using Facebook Graph API for iPhone

I want to retrieve all the feeds in the users wall

Posts by my friends, Posts from the Page I Liked, Pictures, Videos Posted

basically everything my wall shows.

I 开发者_StackOverflow中文版used this

[facebookObj requestWithGraphPath:@"me/feed" andDelegate:delegateObj];

But this results me showing the posts only by me. I cant able to get the feeds by others.

How to get all those feeds.

I have set the permission as read_stream. Do i have to set anymore permissions to get those feeds


Use /me/home instead.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜