Integrating Twitter API in Android App
In this tutorial, we will integrate the Twitter Log-in API into an Android app. For integrating Twitter API in the Android app, it requires the app Consumer Key (API Key) and Consumer Secret (API Secret). It can be generated from https://apps.twitter.com/.
Combining the Twitter API in Android app helps users for log-in using the Twitter account, share tweets, etc.
Steps to generate Twitter API Key and API Secret
1. Log-in at https://apps.twitter.com/ with your Twitter account and click on 'Create New App'.
2. Fill all the required detail in new open form and click on 'Create your Twitter Application'.
3. Select the application permission mode for our app. Here we select Read, Write and Access direct messages and click 'Update Settings'.
4. Now, open the 'Settings' tab and fill all the required details and click 'Update Settings'.
0 comments:
Post a Comment