KakarlaMounika / python-twitter

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

TypeError: __init__() got an unexpected keyword argument 'access_token_key' #215

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I have installed updated version of python-twitter.Copied all required files 
to my folder 
2.created instance of twitter api and tried to access it's methods
3.tried to run python dev_appserver.py ../halloworld/

What is the expected output? What do you see instead?
I expected latest tweets.But got error page.with an error "Copied all required 
files to my folder". 

What version of the product are you using? On what operating system?
I have installed from this hg clone https://code.google.com/p/python-twitter/ 
on Ubuntu 10.04.

Please provide any additional information below.

Original issue reported on code.google.com by sutar.ni...@gmail.com on 13 Nov 2011 at 7:11

GoogleCodeExporter commented 8 years ago
Twitter requires authentication in order to do even the most simplest of calls.

You get the values that you need to pass to the API by running 
get_access_token.py - that code has comments to explain what needs to be done

Original comment by bear42 on 3 Dec 2011 at 10:13