Skip to content

caocscar/twitter-create-developer-account

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

How to create a Twitter Developer Account

Sign Up for a Twitter Account

  • You will need your own Twitter account first. Sign up for one at twitter.com. You can always delete it afterwards.
  • Go to your Twitter settings https://twitter.com/settings/account. Select 'Mobile' and add your mobile phone to your account. Twitter will send you a confirmation code via text. This is required to create an application. There might be additional measures required since I wrote these instructions.

Apply for a Twitter Developer Account

  • Go to https://developer.twitter.com/en/apps and create an application.
  • You will need to apply for a developer account. This is a new process that started in Summer 2018 which requires you to fill out additional forms including a detailed explanation of what you are going to use the API for. Twitter will need to approve your application. I went through the new process and I got the developer account approved within a business day (although not without pain; it took me 3 attempts to explain my use case which was highly annoying). I gave them a link to the workshop page (with a umich.edu URL) to prove that it is a legit business case.
Start Finish
start screen confirmation

You can proceed to the credentials section only once you have your developer account approved.

Getting Twitter Credentials

Twitter implements OAuth 1.0 as its authentication protocol. You'll need 4 credentials in order to use OAuth and make requests to Twitter's API.

The four credentials (i.e. API key, API secret key, Access token and Access token secret) can be obtained on the Twitter developer site to access the API. The steps are as follows:

  • Go to https://developer.twitter.com/en/apps and create an application.
  • Enter a name/description/website for your application. You can use https://www.google.com for the website. You also need to describe how the app will be used. Agree to the Developer Terms and create your Twitter application.
  • Go to the Keys and tokens tab. You should be able to see your Consumer Key and Consumer Secret.
  • At the bottom of the page, click the button to create your own Access Token and Access Token Secret.

Note: You can always revoke/regenerate your credentials or delete the application.

You should now be ready to start using the Twitter API with your credentials. You're now ready for the workshop.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published