tags:

views:

46

answers:

1

Their wall and their posts to other friends?

+3  A: 

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

Ólafur Waage
So, if the user allows me to see their "stream" or "wall posts", the application can?
TIMEX
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
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

related questions