Closed Matt-McNeill closed 8 years ago
@Matt-McNeill see the note I just added to the README. Instagram changed their API and it appears most endpoints now require getting your app approved by Instagram. I'm still trying to figure out what is still available, but my guess is that this error message is related to this problem.
Thanks.
On Dec 3, 2015, at 2:58 PM, Pablo Barberá notifications@github.com wrote:
@Matt-McNeill see the note I just added to the README. Instagram changed their API and it appears most endpoints now require getting your app approved by Instagram. I'm still trying to figure out what is still available, but my guess is that this error message is related to this problem.
— Reply to this email directly or view it on GitHub.
https://www.instagram.com/developer/authorization/
An unapproved app (i.e. only with 'basic' scope authorized) can only get:
Hi, After debugging the code a little bit, I found two of the possible causes for this problem (could be more depending in the use case). Both of the causes are related to the changes that instagram made to their policies:
r my_oauth <- instaOAuth(app_id="123456789", app_secret="1A2B3C4D", scope="public_content")
is enough for the getUserMedia function.Thanks everybody for contributing here! I have added information messages on all functions and documentation, to hopefully clarify this point!
I am getting a "Error. User name not found." error when calling getUserMedia. I am running R 3.02 for Mac. It looks like the underlying error is generated because the function callAPI is not defined. Perhaps it is part of another package?
Thanks for any help you can provide! Matt