문제

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.

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top