I am developing a facebook application. In this application I want to get login status of my application users. If any user of my application leave my application without logout to my application, then how can I track that user's Login status? can I use access_token or user id of that user for getting status?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Well, if I understood you right, you can get the login status using
I didnt get the second part of ur question, "........If any user of my application leave my application without logout to my application, then how can I track that user's Login status?......" Whatever case, I guess the above FB Javascript SDK should give the login status b/w facebook and ur app.. https://developers.facebook.com/docs/reference/javascript/FB.getLoginStatus/ Hope that helped |
|||
|