## Use your own values for myAppID and myAppSecret
myAppID <- "123456789098765"
myAppSecret <- "abc123abc123abc123abc123abc123ab"
# Authenticate with the Facebook API using `AuthenticateWithFacebookAPI`
fb_oauth <- AuthenticateWithFacebookAPI(appID=myAppID, appSecret=myAppSecret,
extended_permissions=FALSE, useCachedToken=TRUE)Run the code above in your browser using DataLab