danielpronych / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

docs: map twitter terms to api() parms #173

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This should be in the docs:

api param = twitter doc terms

consumer_key='CONSUMER_KEY',                     
consumer_secret='CONSUMER_SECRET',
access_token_key='OAUTH_TOKEN',
access_token_secret='OAUTH_SECRET',

or change the parameter names to exactly match:
Access Token (oauth_token)
Access Token Secret (oauth_token_secret)

and maybe the URLs for where to find the values.

Original issue reported on code.google.com by cfkars...@gmail.com on 23 Oct 2010 at 7:32