Skip to content

Instantly share code, notes, and snippets.

@nov
Created April 21, 2011 08:06
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/933954 to your computer and use it in GitHub Desktop.
Save nov/933954 to your computer and use it in GitHub Desktop.
Rack::OAuth2::AcccessToken::Legacy Sample
require 'rack/oauth2'
token = Rack::OAuth2::AcccessToken::Legacy.new(
:access_token => ACCESS_TOKEN
)
token.get('http://graph.facebook.com/me')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment