Their wall and their posts to other friends?
|
|
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.
|
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 |
|||||||
|
|
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/ |
|||
|
|
|
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/ |
|||
|
|