[twitter-dev] 'Incorrect signature' on status update with OAuth when verify credentials works

2010-09-28 Thread Angelus
Hi,
since a few days ago, my status update calls have stopped working.
They actually worked sometimes which made it even more strange.
Recently I have found a thread with some1 with the same problem I had,
and he tested the status update without accents or special characters,
and it worked.

So I went on and tested, and it worked too.

Why do I recieve the 'Incorrect signature' error every time I try to
update a status with accents or special characters?
What should I do?

I'm using PHP with TwitterOAuth library and it worked fine for
everything until now :/

Any help is appretiated

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] 'Incorrect signature' on status update with OAuth when verify credentials works

2010-01-25 Thread eco_bach
Almost there...
Already googled this error and changed my request from http to https.

Still getting same error...

Any suggestions?


Re: [twitter-dev] 'Incorrect signature' on status update with OAuth when verify credentials works

2010-01-25 Thread ryan alford
I am just wondering why you can't keep all of your questions in the same
thread?  If somebody was having the same issues as you, they would have to
look through 10+ of your threads.

To try to answer the question, are you including the status parameter as
part of the query string, which in turn, will be part of the signature?

Ryan

On Mon, Jan 25, 2010 at 10:17 PM, eco_bach bac...@gmail.com wrote:

 Almost there...
 Already googled this error and changed my request from http to https.

 Still getting same error...

 Any suggestions?