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.

I have one Application in which i have to show All wall Post of facebook user. we can post a message on a wall, and upload an image.
But i don't have any idea about getting all Wall post in our application whether its is possible or not.
But default android facebook application provides this feature so it must be possible.

Tell me how to get All Wall Posts Of Facebook User?

share|improve this question
Yes u can able to do that. Use facebook api and see some demo like: mobisoftinfotech.com/blog/android/845 – iDroid Explorer Nov 22 '11 at 6:10
Hello bindalbhai.. How r u? R u der? – anddev Jan 20 '12 at 11:19

2 Answers

Checkout Facebook SDK for android

https://github.com/facebook/facebook-android-sdk

also Facebook Android Tutorial

https://developers.facebook.com/docs/mobile/android/build/

share|improve this answer
up vote 1 down vote accepted

I have done Getting all wallpost By using Hackbook for android demo on devloper.android.com By using Graph api Thanks all for your response.

share|improve this answer
Nice.. Good example.. Thanks. :) – anddev Jan 20 '12 at 11:22

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.