You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected output? What do you see instead?
I am checking whether user is logged in or not in my first activity. If he is
not, then direct him to login activity, if he logged in before, then to other
activity. But, mSocialAdapter.getCurrentProvider().getAccessGrant().getKey();
is always null and direct him to login activty
What version of the product are you using? On what operating system?
socialauth-android-3.2.jar, socialauth-4.4.jar, Android 4.4.2
Please provide any additional information below.
I have include the java files.
Original issue reported on code.google.com by [email protected] on 4 Jul 2014 at 1:30
At first, mSocialAdapter.getCurrentProvider().getAccessGrant().getKey(); is
always null and also Profile profileMap =
MainActivity.adapter.getUserProfile(); is null
Original issue reported on code.google.com by
[email protected]
on 4 Jul 2014 at 1:30Attachments:
The text was updated successfully, but these errors were encountered: