[twitter-dev] Re: not authorized over and over again

2010-10-01 Thread Thai Pangsakulyanont
You have to make sure that `Twitterh.OAuth_token` and `Twitterh.OAuth_token_secret` stays same before and after restarting the application. Also, make sure that `oauth_timestamp` is up to date and `oauth_nonce` is unique each time you make a request. On Oct 1, 6:05 am, eMailaya wrote: > i could r

[twitter-dev] Re: not authorized over and over again

2010-10-01 Thread Thai Pangsakulyanont
onds ago, in the previous 2 calls, right after the authorization, > it did work with no problem. > > to update a status, right after the authorization from the user, i > call to this url:http://twitter.com/statuses/update.xmlbut again, i > get unauthorized. i never succeeded to update a status f