Book Image

Internet of Things with Arduino Blueprints

By : Pradeeka Seneviratne
Book Image

Internet of Things with Arduino Blueprints

By: Pradeeka Seneviratne

Overview of this book

Table of Contents (15 chapters)
Internet of Things with Arduino Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a Twitter app and obtaining API keys


To proceed with our project, use the following steps to create a Twitter App and obtain the API keys.

  1. Go to https://apps.twitter.com/ and sign in with your Twitter login credentials (create a new Twitter account if you don't have one). The following page will display on the browser:

    apps.twitter.com, the Application Management start page

  2. Click on the Create New App button. The Create an application page will display:

    Twitter's Create an application page

  3. Fill in the required fields (for the website textbox, just type http://www.example.com as a placeholder), accept the Developer Agreement by clicking on the Yes, I agree checkbox.

  4. After this, click on the Create your Twitter application button.

  5. You will be navigated to the following page:

    The Twitter application settings page

  6. Click on the Keys and Access Tokens tab. Under this tab, you will find Consumer Key (API Key) and Consumer Secret (API Secret). Copy these two keys and paste them in a Notepad file...