Linking to social networks may be one of special features of your program. Today I’d like to make a small demo to make a tweet in Twitter from Android. The demo will use oAuth to authenticate user with Twitter and allow him to tweet when authentication is successful. The app won’t make any authentication with username and password, the authentication process will happen at Twitter website. When the process finishes, a successful access token will be returned to notify if user entered correct log in data. We can store this token for later use without requiring user to log in again.
Continue reading How to tweet in Twitter within Android client?