Really quick question that the facebook documentation doesnt seem to answer:
When using the login button (javascript) how do you get the following:
Login Success /failure User profile details i..e image, name, email etc?
Thanks in advance
|
Really quick question that the facebook documentation doesnt seem to answer: When using the login button (javascript) how do you get the following: Login Success /failure User profile details i..e image, name, email etc? Thanks in advance |
|||
|
|
|
There's an |
|||
|
|
|
When you login from login button of facebook then it stores cookies in your system that contains your access token that is also unique. That cookies contains your facebook id also. By this access_token you can get every thing about the user. |
|||
|
|