Is it possible to get the ID (facebook Graph API) of a user who is currently logged in, without any access tokens ?
If not , then how do i get new access tokens every time a user visits my page ?
Thanks!
|
Is it possible to get the ID (facebook Graph API) of a user who is currently logged in, without any access tokens ? If not , then how do i get new access tokens every time a user visits my page ? Thanks! |
|||
|
|
|
You will need to init the Facebook Javascript SDK and the user will have to have authorized your app at least one time. After that when the user visits your page as long as they are logged into Facebook you'll have access to the id and can retrieve it using FB.getLoginStatus the response will contain the information you're looking for. Check this blog post for more details on setting up the FB init and the initial login. |
|||||||
|