Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nov
Last active November 21, 2016 18:15
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/929da99bbae065cb67a951f3eee5c21c to your computer and use it in GitHub Desktop.
Save nov/929da99bbae065cb67a951f3eee5c21c to your computer and use it in GitHub Desktop.
require 'rack/oauth2'
Rack::OAuth2.debug!
client = Rack::OAuth2.http_client
client.get 'http://example.com', nil, {
'X-Requested-With': 'XMLHttpRequest'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment