Re: [twitter-dev] Re: http://groups.google.com/group/twitter-development-talk

2011-07-07 Thread Paul Shriner
Header based authentication... do you mean setting method=Post? When I did that, I got a Bad request and that I needed to make the request via GET {error:This method requires a GET.,request:\/1\/statuses\/user_timeline.json} I am using Shannon Whitley oAuth lib that he wrote, but have been

[twitter-dev] Re: http://groups.google.com/group/twitter-development-talk

2011-07-07 Thread Paul Shriner
Apparently that was it. On Jul 6, 8:25 pm, Georgooty varghese georgo...@gmail.com wrote: Hi, Use header based authentication.. Regards, George On Wed, Jul 6, 2011 at 11:35 PM, Paul Shriner p...@audiencepoint.comwrote: Matt, I am having the same problem and ti started right about

Re: [twitter-dev] Re: http://groups.google.com/group/twitter-development-talk

2011-07-07 Thread Georgooty varghese
Hi, *Use header-based OAuth* - OAuth provides for means to pass OAuth-related parameters on a query string or to provide them as a HTTP Authorization header. Twitter prefers header-based auth because it separates concerns, makes debugging easier, and avoids common issues with under or over URL

[twitter-dev] Re: http://groups.google.com/group/twitter-development-talk

2011-07-06 Thread Paul Shriner
Matt, I am having the same problem and ti started right about the same time as this post. Here are the details: Here are the response headers Status: 401 Unauthorized X-Transaction: 1309969076-98811-26180 X-RateLimit-Limit: 350 X-Frame-Options: SAMEORIGIN

Re: [twitter-dev] Re: http://groups.google.com/group/twitter-development-talk

2011-07-06 Thread Georgooty varghese
Hi, Use header based authentication.. Regards, George On Wed, Jul 6, 2011 at 11:35 PM, Paul Shriner p...@audiencepoint.comwrote: Matt, I am having the same problem and ti started right about the same time as this post. Here are the details: Here are the response headers