Hi Developers,
I am working on a project in asp.net c# and found that I can generate correctly the Request token and get the redirect url to send the user to Authorize the token and receive the Verifier token for the Application access oauth_token request.
But I have found that when trying to do so, I save my twitter object for that user in session variable. When I come back, the session is completely lost and I can not get the stored request token information to compare with the authorized token.
Can you please help me out why this is happening?
thanks much appreciated,
Isy.