danielpronych / python-twitter

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

Invalid respond from Twitter requesting temp token: 401 #201

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download archive python-twitter-0.8.2.tar.gz
2. create a twitter app, get consumer key & secret
3. python get_access_token.py

I should get the url to go for obtaining the pin code but I get this error:
Invalid respond from Twitter requesting temp token: 401

I use python-twitter-0.8.2 Fedora 14

what is weird is that it work on my computer (Mac Osx leopard) but not on my 
server (Fedora 14)

Anyone one got this problem ? 
regards,
oliver

Original issue reported on code.google.com by oliverch...@gmail.com on 3 Jul 2011 at 9:59

GoogleCodeExporter commented 8 years ago
More infos (from shell):

In [17]: content
Out[17]: 'Failed to validate oauth signature and token'

Original comment by oliverch...@gmail.com on 3 Jul 2011 at 10:08