## Use your own values for myAppID and myAppSecret
app_id <- "123456789098765"
app_secret <- "abc123abc123abc123abc123abc123ab"
# Authenticate with the Instagram API using `AuthenticateWithInstagramAPI`
instagram_oauth_token <- AuthenticateWithInstagramAPI(appID=app_id,
appSecret=app_secret, useCachedToken=FALSE)Run the code above in your browser using DataLab