[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