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.
精彩评论