[twitter-dev] Re: Dynamic URLs with oauth return url

2010-09-07 Thread Mark Krieger
Jeff, All of my 'sites' are under control of one domain, so I just set a cookie before auth on any of the sites (with it's url), and then I redirect to the correct subdomain from my main site once my main site gets back control (I also do some housekeeping). I said 'I just set...' but this was

Re: [twitter-dev] Re: Dynamic URLs with oauth return url

2010-09-07 Thread Taylor Singletary
When you provide an oauth_callback on the oauth/request_token step, as long as you properly encode it, can contain any additional URL parameters you might want to send back to your server, including identifying information about the user and context/state that you may need to carry over. Taylor

[twitter-dev] Re: Dynamic URLs with oauth return url

2010-09-07 Thread Jeff Gladnick
I've been unable to do that besides url encoding everything. I was able to get the cookie (and session var) to work though. On Sep 7, 1:12 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: When you provide an oauth_callback on the oauth/request_token step, as long as you properly