Don't use xAuth, use OAuth. Leave the x_auth_ stuff and use your
oauth_token and oauth_token_secret.

Oh, and look at what xAuth actually is. It's no replacement for OAuth.

Tom


On 10/14/10 5:22 AM, Georgooty varghese wrote:
> Dear Twitter,
>  
>  I have implemented a twitter client application in C using xAuth
> authentication. I got auth token and token secret.
> Then I wont be able to get home tweets. Exception is Incorrect signature.
> 
> URL is
> http://api.twitter.com/1/statuses/home_timeline.json?
>  oauth_consumer_key=************************&oauth_nonce=
>   HswRm6~rUgKTz1ZjkIO&oauth_signature_method=HMAC-SHA1&
>   oauth_timestamp=1287026003&oauth_token=**************&oauth_version=1.
>   0&x_auth_mode=client_auth&x_auth_password=*******&x_a
>   uth_username=********&oauth_signature=5gqkckIqP56Z5e
>   he02tlt6qMu%2BU%3D
> 
> When this url is copy into internet explorer.. I get json file. But C -
> coding i didnt get..
> 
> Could u please help me?/
> 
> I am waiting for your response.
> 
> Regards,
> George
> 
> -- 
> Twitter developer documentation and resources: http://dev.twitter.com/doc
> API updates via Twitter: http://twitter.com/twitterapi
> Issues/Enhancements Tracker:
> http://code.google.com/p/twitter-api/issues/list
> Change your membership to this group:
> http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to