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.

Basically I have an idea for a Facebook Application that I wish to build.

I wondered if it is possible to get a user's wall posts, including likes and comments, and maybe even posts by other people on a users wall.

I do not have any previous experience programming Facebook Apps, but i'm a confident programmer and just wanted to make sure this is possible before I start learning, as I have not been able to find any useful information via Google.

If someone could just point me in the right direction and a yes/no answer, that would be great :)

Thanks in Advance, Tom.

share|improve this question

1 Answer

up vote 0 down vote accepted

Yes.

All of that is available via the Graph API

Note that you have to have the user grant your app specific permissions depending on what information you want to access.

share|improve this answer
Perfect, I'm not sure how I didn't come across this when searching Google :S Thanks. – Tom Apr 3 '11 at 16:07

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.