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.

Their wall and their posts to other friends?

share|improve this question

closed as off topic by Lix, casperOne Aug 30 '12 at 11:31

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

3 Answers

up vote 3 down vote accepted

It's largely based on what the user allows you to see. You would at most get access to the User table and the standard user info table. You should also look at the Users.getInfo() method

share|improve this answer
So, if the user allows me to see their "stream" or "wall posts", the application can? – TIMEX Oct 7 '09 at 9:39
If the user adds your application then you can see everything he allows applications to see, else you will be only able to see his public information (things you see when you visit someones profile and he's not your friend). – schmrz Oct 7 '09 at 10:43
Aye, remember that a user can allow your app to get access and then reduce it's access over time. (bit by bit) – Ólafur Waage Oct 7 '09 at 12:58

You can get a treasure of information, depending on the permissions your users grant you (as was mention in a previous answer).

You can get a pretty good idea of what you can do from this page: http://developers.facebook.com/docs/reference/api/

share|improve this answer

The Following link guide you who you can do with facebook user(me) whole information is there if you now about the PHP SDK or any other SDK provided by facebook. http://developers.facebook.com/docs/reference/api/user/

share|improve this answer

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