简体   繁体   中英

Asynchronous retrieving of access token using twitter4j

For now I see that both function of retrieving tokens are synchonous(getRequestToken and getAcessToken).

Is it possible to retrieve them asynchronously, and show progress on background for example?

PS I work under Android platform.

Thanks a lot.

Yep, just call these methods in AsyncTask and show ProgressDialog. See an example .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM