Twitter authentication setup: Difference between revisions

no edit summary
imported>Mako
No edit summary
imported>Mako
No edit summary
Line 32:
'''6.''' Click on the Keys and Access Tokens tab.
 
: You should now see a list of "Application settings". The first two here are the most important and you will need to copy and paste these into a file. The first is the Consumer Key (API key). The second is the Consumer Secret (API secret). Both of them should be long strinigs of garbage looking letters and numbers. These are the keys that will let you program know that it's approved to grab data from Twitter.
 
'''7.''' Now, at the bottom of the page you should see a section marked "Your access token" that says, "You haven't authorized this application for your own account yet." Below that there is a button that says "Create my access token". Click on that button. Once you press it there will be a yellow 'Status' box at the top. It will give you a link you can click to refresh. Wait a minute or two and click it untill you see information, below including lines that give you your "Access token" and your "Access token secret". Copy these two pieces of information.
Line 38:
'''8.''' You should have four long strings of letters and numbers taken from this page now:
 
* Consumer Key (API key)
* Consumer Secret (API secret)
* Access token
* Access token secret
Anonymous user