Skip to content

Instantly share code, notes, and snippets.

@nov
Created September 19, 2010 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nov/586272 to your computer and use it in GitHub Desktop.
Save nov/586272 to your computer and use it in GitHub Desktop.
# Got callback
temporary_credentials = OAuth::RequestToken.new(
client,
params[:oauth_token],
sessions[:request_token_secret]
)
token_credentials = temporary_credentials.get_access_token(
:oauth_verifier => params[:oauth_verifier]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment