Is there a way to pass a variable to twitter when you authorized and have it pass it back? For instance when I send them to the oauth page I want to send them with an id and when they return to my confirm page I want to be able to get that id. Is this possible?
Share
Why not set the ID in a cookie (session or otherwise) and then just retrieve it? I mean, that’s what cookies are for…