I am new to twitter and OAuth.
I've decided to try Twitter4J. They have good examples on their
website but it's mostly oriented toward Desktop/Mobile apps.
I'm building a web app, and I'm still not confident about the OAuth
process.
Are there good examples anywhere?

I think I'm supposed to do something like
RequestToken requestToken = twitter.getOAuthRequestToken();
Then send the user to :requestToken.getAuthorizationURL()
But then I'm not sure how to get his AccessToken back once he approves
my app.
Am I gonna get it back as an http request parameter or something?

Reply via email to