Question

I am Using FBGraph API of Facebook for iPhone, here i get friend list, my profile, my feeds and other values but how can I get My Friends Wall Data through this API.

My Question is that How can i Get My Friends wall information though this API for iPhone.

Was it helpful?

Solution

https://graph.facebook.com/user/feed i think this is the graph path for getting feed info.

OTHER TIPS

The documentation covers this:

See the "feed" section on this page for details.

e.g. https://graph.facebook.com/123456/feed where 123456 is the user id

Note. You'll need to ensure you have the read_stream permission.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top