Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Can i get ALL my posts(my Profile feed) using Graph API explorer?

I tried using https://graph.facebook.com//posts?limit=500

but it doesn't seem to give me everything(even increasing the limit doesn't work) which means it given only a predefined number of posts.

Is there a way to get all posts by me from the time i joined Facebook(because i can get them by scrolling down on my Wall which means facebook has stored them).

Thanks in advance

share|improve this question
Getting all the posts from facebook using graph api is not possible. – Dhiraj Bodicherla Apr 18 '12 at 11:40
3  
Silly question, but you're using the pagination links that are returned from the API and using them to add an offset and retrieve the second set of 500 posts, right? – Igy Apr 18 '12 at 18:50

1 Answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.