Facebook api – Android, check if user is logged with Facebook
I am struggling to find a clear way, how to determine, if user is logged in with Facebook on my android application. Official Facebook documentation says that: You can see if a person is already logged in by checking AccessToken.getCurrentAccessToken()…