I did the following

1. Registered an application
2. Got the required details from the application registration with
Twitter i.e. consumer Key and the secret
3. Implemented oAuthBase.cs class available in the google code
storage.

The authorization done at the first time successfuly and worked
perfectly well. But when we try to connect with the twitter with the
oauth_token and oauth_verifier details passed in the query string.
But, I received the error as Unauthorized 401 error. I tried in the
following also.

1. At first the call back URL set to be localhost for the testing
purpose and later it is being removed and accessed the call back URL
set in the application settings.
2. Tried to store the nonce value since it is generated randomly and
may be chances to get the variable values at every time.

Is there anyother ways to analyze and rectify this error?

Thanks in advance

-- 
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