Skip to content

Instantly share code, notes, and snippets.

@Sedward
Created March 30, 2012 02:52
Show Gist options
  • Save Sedward/2246055 to your computer and use it in GitHub Desktop.
Save Sedward/2246055 to your computer and use it in GitHub Desktop.
get milestones
#first instantiate the graph api with our access token
@graph = Koala::Facebook::API.new("ACFTHNIWeX5MBAEZCdoXPE7nsltT3tVuqiVoKCIO0CassXFqRzU2uBb1htT3kq2YNcsnJOlsZAqRpmi8wZDZD")
#retrieve a page's milestones
milestones = @graph.get_connection("256490626309681", "milestones")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment