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

GetMedia needs auth #14

Merged
merged 1 commit into from
Apr 13, 2017
Merged

GetMedia needs auth #14

merged 1 commit into from
Apr 13, 2017

Conversation

PanMan
Copy link
Contributor

@PanMan PanMan commented Apr 13, 2017

I think all calls need auth these days: See
https://www.instagram.com/developer/endpoints/
The Instagram API requires an access_token from authenticated users for each endpoint. We no longer support making requests using just the client_id.
This change fixed this for the getmedia call, but I think in the new situation auth is always true. If you agree I can create a pull req to remove the auth option (as it will always be true).

I think all calls need auth these days: See 
https://www.instagram.com/developer/endpoints/
`The Instagram API requires an access_token from authenticated users for each endpoint. We no longer support making requests using just the client_id.`
This change fixed this for the getmedia call, but I think in the new situation auth is always true. If you agree I can create a pull req.
@Andreyco Andreyco merged commit 47b322b into Andreyco:master Apr 13, 2017
@Andreyco
Copy link
Owner

Thank you! Looks like I will update package to sign all requests by default

@PanMan
Copy link
Contributor Author

PanMan commented Apr 13, 2017

Thanks for the super quick merge! :)

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

Successfully merging this pull request may close these issues.

2 participants