[twitter-dev] signature

2011-04-11 Thread Shyam Parmar
which parameter need to generate oauth_signature? i have below data and its a desktop app. API key Consumer key Consumer secret timestamp nonce Regards, Shyam -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Signature generation issue

2011-03-14 Thread lappynet
Hi I'm using C#.NET to produce an oob client. I've fallen at the first hurdle though as I'm failing to make the token request. I've gone through many iterations, and am no longer receiving a 417, 404, or 401. This is very positive! Now my application hangs whilst waiting for a response from

Re: [twitter-dev] Signature generation issue

2011-03-14 Thread Tom van der Woerdt
After fixing the basic parts of your signature (please don't ever replace %26 with only a %, it screws up the encoding) and checking at http://quonos.nl/oauthTester/, I got : *Bad sorting!* All Base String parameters (query and POST parameters) must be sorted alphabetically. Tom On

Re: [twitter-dev] Signature generation issue

2011-03-14 Thread Taylor Singletary
Hi Georgina, Everything appears correct with your base string for this step. Are you performing this operation through a HTTP proxy of any kind? Have you tried producing a valid OAuth header and executed it in curl (without having executed it in C# first)? I'm not familiar with C#'s HTTP request

Re: [twitter-dev] Signature generation issue

2011-03-14 Thread Taylor Singletary
Wow, my blindness to signature base string foo this morning is humbling. Thanks Tom. On Mon, Mar 14, 2011 at 7:15 AM, Tom van der Woerdt i...@tvdw.eu wrote: After fixing the basic parts of your signature (please don't ever replace %26 with only a %, it screws up the encoding) and checking at

Re: [twitter-dev] Signature generation issue

2011-03-14 Thread Tom van der Woerdt
No, actually, it was my fault: it wasn't a %26, but a %3D. Oops! Base string is fine. Tom On 3/14/11 3:21 PM, Taylor Singletary wrote: Wow, my blindness to signature base string foo this morning is humbling. Thanks Tom. On Mon, Mar 14, 2011 at 7:15 AM, Tom van der Woerdt i...@tvdw.eu

[twitter-dev] signature with xAuth

2010-09-15 Thread andy
Can someone explain to me exactly how I cover the parameter oauth_signature? The documentation of Twitter is as difficult. Do I use my Access_token_secret? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

Re: [twitter-dev] signature with xAuth

2010-09-15 Thread Tom van der Woerdt
On 9/15/10 3:38 PM, andy wrote: Can someone explain to me exactly how I cover the parameter oauth_signature? The documentation of Twitter is as difficult. Do I use my Access_token_secret? You may like to read the OAuth 1.0 RFC itself instead of the Twitter docs.

[twitter-dev] signature error (xAuth)

2010-03-16 Thread amitkr
Hi I am using a curl command similar to the one given below (here I am using fake data for app_key, app_secret, username, password) NOTE: new lines are for display purpose only curl -k -x 192.168.1.1:8921 -d x_auth_username=tomlarryx_auth_password=tomislarryx_auth_mode=client_auth -H

[twitter-dev] signature error (xAuth)

2010-03-15 Thread amitkr
Hi I am using a curl command similar to the one given below (here I am using sample data for app_key, app_secret, username, password) NOTE: new lines are for display purpose only curl -k -x 192.168.1.1:8921 -d x_auth_username=tomlarryx_auth_password=tomislarryx_auth_mode=client_auth -H