Skip to content

Instantly share code, notes, and snippets.

@toyeiei
Last active February 8, 2019 03:57
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 toyeiei/efa6f531dc3cc820e28fdde3b0e88dc9 to your computer and use it in GitHub Desktop.
Save toyeiei/efa6f531dc3cc820e28fdde3b0e88dc9 to your computer and use it in GitHub Desktop.
# Rfacebook package
install.packages("Rfacebook", dependencies = TRUE)
library(Rfacebook)
# get your token from https://developers.facebook.com/tools/explorer
# replace "AAAABBBBCCCC" with your access token
token <- "AAAABBBBCCCC"
# fetch data from fb page
page <- getPage("DataRockie", token, n=1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment