>
> The specific one first. When I registered my application with Twitter, it
> made me specify a callback URL. In fact, what page I want Twitter to "call
> back" depends on what the user is doing! Consequently, the callback page
> must figure out what the user was doing and redirect to one of several other
> pages, as appropriate.
>
> That will be a lot easier if I can furnish the authorize URL with a
> parameter that Twitter will return to the callback URL along with the token
> that it provides. Is that possible?
>

i don't think this is possible in oauth 1.0a.  i know oauth 2.0 has a state
parameter (don't quote me on the name) that will allow clients to pass an
opaque string to the server who will then pass it back.

-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi

Reply via email to