# NOT RUN {
## See examples for fbOAuth to know how token was created.
load("fb_oauth")
## Getting information about two example Facebook Pages
fb.pages <- FacebookPagesCollection(id = c("9thcirclegames",
"NathanNeverSergioBonelliEditore"),
token = fb_oauth)
## Pull at most 10 albums from each page
fb.events <- FacebookEventscollection(id = fb.pages, token = fb_oauth, n = 10)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab