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