Skip to content

authentication error with instagram collection (Windows 7, R 3.1.1, Firefox default browser) #11

@rjackland

Description

@rjackland

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions