[twitter-dev] Re: oauth_sign - simple C code to generate an OAuth signature

2010-07-05 Thread Ross Burton
On Jul 5, 5:48 pm, Jef Poskanzer j...@mail.acme.com wrote: Part 0: Deciding to do it.  My apps are command-line based and call Twitter using my equivalents of curl, called http_get and http_post. These are simple command-line programs that make an HTTP call.  What I needed was a simple

[twitter-dev] Re: Invalid signature when calling request_token

2009-05-21 Thread Ross Burton
Okay, I discovered that Twitter only allows OAuth data to be in an Authorized header and not as query arguments. Now I have changed to using the Authorized header I can get an access token but attempting to call /users/show fails with Unauthorized application or token. Any ideas? Ross

[twitter-dev] Invalid signature when calling request_token

2009-05-19 Thread Ross Burton
Hi, I'm porting my HTTP authentication based twitter client to OAuth, and am having problems constructing a signed call to request_token that twitter.com will accept. The OAuth implementation has successfully worked with two different sample servers and MySpace, so I don't think I'm hitting any