Ticker

6/recent/ticker-posts

Android - When integrating Oauth

I was trying to use twitter oauth with my Android app.

I found that

android:launchMode="singleInstance"

plays the important role while establishing the token, because if it is not set, you'll end up verifying the account.

android:launchMode="singleInstance" ensures the same instance of you app which launch the browser for authentication.

--
Regards,
Pavan

Post a Comment

0 Comments