Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example with Sandbox mode #9

Closed
nathanaelphilip opened this issue Jun 2, 2016 · 5 comments
Closed

Example with Sandbox mode #9

nathanaelphilip opened this issue Jun 2, 2016 · 5 comments

Comments

@nathanaelphilip
Copy link

nathanaelphilip commented Jun 2, 2016

Has anyone had success pulling in a user’s media in Sandbox mode?

@Andreyco
Copy link
Owner

Andreyco commented Jun 3, 2016

yep, first 20 media only... Will try to setup example asap

@nathanaelphilip
Copy link
Author

I just keep getting an authorization error. I’ve added the user to my sandbox and also created a client on their account, but neither work.

@richardvanbergen
Copy link

Having the same problem right now. Is this related to their platform update?

@Andreyco
Copy link
Owner

@nathanaelphilip
are you able to provide additional feedback on this. I've just created sandbox app, authenticated and received access token with user profile. All without problems.

@enrichit
yes, this is part of recent changes. Brief list of change http://developers.instagram.com/post/133424514006/instagram-platform-update
More can be found across docs pages.

@Andreyco
Copy link
Owner

@nathanaelphilip I think you might have used getUserMedia with it's default limit = 0, which could potentially lead to empty sets. I have modified code to query 20 records by default (on all endpoints) and from now on exception is thrown when you are trying to query less than 1 record (which does not make sense)
See changes for v3.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants