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
Hi, i am trying to perform a login but I can't get it working.
This is my code in Login Manager. How should I call performLogin in my login activity (I know It shouldn't be in the UI thread)?
Hello,
You are right: login command is supposed to be triggered from background thread using
Model.getInstance().performLogin(...) call
Additionally you can implement access token storing within login manager implementation and add it to each request within applyLoginDataToRequest method (in case if you are not using regular cookie-based session tracking)
Hi, i am trying to perform a login but I can't get it working.
This is my code in Login Manager. How should I call performLogin in my login activity (I know It shouldn't be in the UI thread)?
The text was updated successfully, but these errors were encountered: