Skip to content

Instantly share code, notes, and snippets.

@goyox86
Created September 4, 2012 23:25
Show Gist options
  • Save goyox86/3628004 to your computer and use it in GitHub Desktop.
Save goyox86/3628004 to your computer and use it in GitHub Desktop.
1)
def connect(token)
graph = Koala::Facebook::API.new(oauth_token)
end
2)
def connect(token)
Koala::Facebook::API.new(oauth_token)
end
@rking
Copy link

rking commented Sep 4, 2012

def connect token
Koala::Facebook::API.new oauth_token
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment