Re: [twitter-dev] OAuth_Token in OAuth signature

2010-01-06 Thread Abraham Williams
oauth_token form table 6-1 is the public part of the access token. You get it by calling http://apiwiki.twitter.com/Twitter-REST-API-Method:-oauth-access_token after the user has authorized your application on Twitter. On Sun, Jan 3, 2010 at 11:27, Vikram vikram.prav...@gmail.com wrote: I am

[twitter-dev] OAuth_Token in OAuth signature

2010-01-03 Thread Vikram
I am OAuthTwitter Library in C++. It looks like that the OAuth Signature requires OAuth_token(Ref: http://p2p.wrox.com/content/articles/twitter-development-oauth-specification see table 6-1). What is this token? How do I get this?