|
||||||||||||||
Facebook: Basic User Data from Authentication
Basic information is the minimum set of information allowed to an application from a user - it includes access to using the graph api to get a lot of social data!!! But, somethings like email and newsfeed are not given in basic. If you have only requested the "basic" information for your application like here:
You get the following information------the signed_request parameter will contain the following information on subsequent requests to your app from this user.
BASIC INFO ---- Critical: Graph APIyou can use the oauth_token and the Graph API to access further information!!!!!! SEE https://developers.facebook.com/docs/graph-api/reference/user
|
||||||||||||||
© Lynne Grewe |