[SOLVED] What to do with user information after oAuth? <Voting App>

Hey again,

I’ve implemented Twitter authorization on my site and Twitter then returns the screen_name oauth_token etc. Great, I thought! But my next thought was… “well, now what?”

How do I use this information to allow them to access a user area where they can create polls and edit them? Do you store the screen_name and oauth_token in a variable and pass them as params? Or…?

I know this is basic but it’s the first time I’ve worked with verified users.


EDIT

I’ve just discovered the wonderful world of sessions and am tinkering away again :sweat_smile: