Hiu
Am building an AS3 based twitter client.

Once the user has authorized access at the Twitter OAuth sign in
page,

1 Twitter returns an oauth_token and an authenticity_token
2 Twitter redirects the user back to the application URL, appending
the oauth_token to the application url.


My question is, since by default I am in a new browser window at the
authorization stage, how do I retrieve this authenticity_token?

Basically after sign In-authorization  and returning to my
application, ALL I have is the oauth_token stripped from the URL.

What is the purpose of the authenticity_token? Is it just application
and NOT user specific?
Don't I need an access token IN ADDITION TO this oauth_token returned?

Thanks in advance!

Reply via email to