Created
July 28, 2015 07:53
-
-
Save yortz/f4893f7f1eef290980d8 to your computer and use it in GitHub Desktop.
koala test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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