[twitter-dev] Re: oauth/request_token issue - 401 unauthorized

2010-08-12 Thread ivan_m5
-authenticated resources, and wish second issue was described somewhere in documentation, or at least some descriptive debug information was returned in HTTP response instead of plain Failed to validate oauth signature and token, which is not a case. Best regards, Ivan On Jul 27, 8:23 pm, ivan_m5

[twitter-dev] Re: oauth/request_token issue - 401 unauthorized

2010-07-28 Thread ivan_m5
setting a Content-Type header of application/x-www-form-urlencoded? Do you have any linebreaks in your HTTP header? Are you really sending a POST? Are you sending any kind of a POST body with the request? Taylor On Tue, Jul 27, 2010 at 2:28 PM, ivan_m5 i.mis...@gmail.com wrote: OK, I just

[twitter-dev] oauth/request_token issue - 401 unauthorized

2010-07-27 Thread ivan_m5
Hi everybody, I have my own Objective-C OAuth library. It's working pretty well for habrahabr.ru and hyves.nl currently. But I'm unable to get it work with Twitter. I've come across a lot of postings around here regarding users unable to obtain temporary request token. I've validated my request

[twitter-dev] Re: oauth/request_token issue - 401 unauthorized

2010-07-27 Thread ivan_m5
to api.twitter.com/oauth/request_token shouldn't include any of the oauth_* parameters. Also worth noting that the force_login=true parameter does not apply to the request token step and should be omitted. Hope this helps, Taylor On Tue, Jul 27, 2010 at 10:23 AM, ivan_m5 i.mis...@gmail.com wrote: Hi

[twitter-dev] Re: oauth/request_token issue - 401 unauthorized

2010-07-27 Thread ivan_m5
they receive in Authorization header, and then print expected digest value=%@. This greatly helps debugging new applications. Would be great if Twitter will do the same. Thanks! On Jul 27, 8:23 pm, ivan_m5 i.mis...@gmail.com wrote: Hi everybody, I have my own Objective-C OAuth library. It's working pretty

[twitter-dev] Re: oauth/request_token issue - 401 unauthorized

2010-07-27 Thread ivan_m5
unauthorized X-Transaction=1280265543-37398-24961 Failed to validate oauth signature and token So I calculate oauth_signature correctly. Could anyone please confirm everything is fine on server side? Thank you very much. On Jul 27, 9:14 pm, ivan_m5 i.mis...@gmail.com wrote: Hi Taylor, Thank you