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
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
In another activity I make a new instance of TwitterRequest() and execute it.
Whenever I do this, I am redirected to a webview for Twitter where I must authorise myself again. If i press authorise it redirects me to my homescreen. If i press the button again it does the same thing.
After hours of frustration and no mention in the docs, im starting to think this a bug.
The text was updated successfully, but these errors were encountered:
Same issue, when i click the button to login again, it will redirect to authorisation page even I sign in successfully before. What I expect is the success(Result<TwitterSession> result) should be called instead redirecting to authorisation page if I logged in previously.
I have a twitter login file which is pretty boiler plate:
This seems to work fine.
However, I also have an AsyncTask class that is meant to go off and get a users home timeline:
In another activity I make a new instance of TwitterRequest() and execute it.
Whenever I do this, I am redirected to a webview for Twitter where I must authorise myself again. If i press authorise it redirects me to my homescreen. If i press the button again it does the same thing.
After hours of frustration and no mention in the docs, im starting to think this a bug.
The text was updated successfully, but these errors were encountered: