Running the following line from the tutorial:
g_instagram_ego_senators <-
Authenticate("instagram", appID = myAppId, appSecret = myAppSecret) %>%
SaveCredential("InstagramCredential.RDS") %>%
Collect(ego = TRUE, username = c("adam_kinzinger","senatorreid")) %>%
Create
did open the browser (after pressing enter, as usual), but once I'd authenticated with Instagram, I got the following message in the browser:
{"code": 400, "error_type": "OAuthException", "error_message": "Redirect URI does not match registered redirect URI"}
As we've seen, it works fine with Linux and Mac, but maybe we need to adjust something for Windows.
Note: with IE as the default browser, I didn't even get this far, but I don't think we need to support IE.
This is not urgent.