[twitter-dev] Problems on production server with same code

2010-09-10 Thread Angelus
Hello, I'm migrating our current sistems that used old basic authentication on twitter to OAuth and I'm having quite a problem. In our php projects I'm using a TwitterOAuth lib, very well written and worked perfectly on my development machine. Unfortunately the same code fails to work on our

[twitter-dev] Re: Problems on production server with same code

2010-09-10 Thread Angelus
That was exactly the problem. Server was about 20 min ahead of twitter's time, working perfectly now. Thanks for the help. On Sep 10, 2:20 pm, Colin Hill hil...@gmail.com wrote: Angelus,    I ran into this the other day. Check the clock on your production system and sync it to your favorite

[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

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

2010-09-28 Thread Angelus
After some try and fail I finally discovered I needed a utf8_encode in the status otherwise twitter responded with the incorrect signature. Hope this helps if anyone is having the same problem. On Sep 28, 11:14 am, Angelus luiz.felipe...@gmail.com wrote: Hi, since a few days ago, my status