Python Workshops for Beginners/Twitter authentication setup: Difference between revisions

no edit summary
imported>Ehashman
No edit summary
imported>Ehashman
No edit summary
 
Line 3:
Things you will need before you start:
 
* A Twitter account (you can sign up at http://twitter.com)
 
Follow each of these steps:
Line 45:
You will need all of these in order to have your Twitter application work.
 
Copy and paste each of these into a document or text file socalled that you have them all and know which ones are which'twitter_authentication.py' Bringas this information to the Saturday session.follows:
 
<pre>API_KEY = 'CHANGE_ME'
API_SECRET = 'CHANGE_ME'
ACCESS_TOKEN = 'CHANGE_ME'
ACCESS_TOKEN_SECRET = 'CHANGE_ME'</pre>
 
''Keep this material secret.'' Your access token and access token secret will allow anybody who has it to post to Twitter as you and to control your account. It is entirely equivalent to your Twitter password so please be as careful with it as you would be with your Twitter password.
Anonymous user