Skip to content

Instantly share code, notes, and snippets.

@yortz
Created July 28, 2015 07:53
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 yortz/f4893f7f1eef290980d8 to your computer and use it in GitHub Desktop.
Save yortz/f4893f7f1eef290980d8 to your computer and use it in GitHub Desktop.
koala test
# go to facebook explorer api and get a token, be sure to add user_posts to the app permission!!!
graph_api = Koala::Facebook::API.new("your token in here")
graph_api.get_connections("me", "posts", { limit: 200 } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment