Im looking for a way to check after user autorized to my facebook application, if he is a new user - just installed the app, or he was in the past and he did sign in... any ideas?
|
|
|
The most reliable way would be to add a table or log file to your application to record such events and check if this facebook user id exists in it already. Facebook used to have a post authorize callback url it would ping when the user first authorizes (or removed) your application but they have seemingly removed this functionality. |
|||
|
|
|
partial solution,
you can use FB javascript api If the user is not currently connected to FB login status will be If the user IS currently logged into Facebook, then
|
|||
|
|