How to check Facebook login status in android application.? -


as checked in previous answers suggest use session check facebook logon status, class got removed in new versions, 1 can me out resolve this.

how can find current login status - facebook api android

you can check accesstoken :

 accesstoken token;  token = accesstoken.getcurrentaccesstoken();    if (token == null) {    //means user not logged in } 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -