danielpronych / python-twitter

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

PostUpdate (still) returns IncorrectSignature (continuation of issue #157) #176

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
- What steps will reproduce the problem?
1. api = twitter.Api(...)
2. message ='Just testing OAuth...please work! ;-('
3. status = api.PostUpdate(message)

- What is the expected output? 
The user message has been correctly posted 

- What do you see instead?
Error: twitter.TwitterError: Incorrect signature

- What version of the product are you using? 
0.9-devel 
(I just did an hg clone https://python-twitter.googlecode.com/hg/ 
python-twitter)

- On what operating system?
Ubuntu 10.04

- Please provide any additional information below.
Please find attached file with a python script that reproduces this problem

Original issue reported on code.google.com by oce...@gmail.com on 12 Nov 2010 at 5:17

Attachments:

GoogleCodeExporter commented 8 years ago
Have you tied regenerating your access tokens? Also, check that your 
application is still listed.

I've also found that if your clock skew is too far off, this will mess up the 
nonce, and thus the signature. 

Original comment by adam.a...@gmail.com on 12 Nov 2010 at 7:30

GoogleCodeExporter commented 8 years ago
marking as closed as it was solved in the discussion group

Original comment by bear42 on 14 Nov 2010 at 5:56