# 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.albums <- FacebookAlbumscollection(id = fb.pages, token = fb_oauth, n = 10)
## Pull all the available photos from each album
fb.photos.inf <- FacebookPhotoscollection(id = fb.albums, n = Inf)
## Pull all the available formats for those photos
fb.images.inf <- FacebookImagescollection(id = fb.photos.inf, n = Inf)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab