janetruluck / ueberauth_instagram

Instagram OAuth2 Strategy for Überauth.
MIT License
11 stars 16 forks source link

Adds missing client_secret to the auth params #2

Closed cavewoman closed 7 years ago

radzserg commented 7 years ago

This PR is correct. https://www.instagram.com/developer/authentication/ client secret must be provided. Current version of ueberauth_instagram - doesn't work without this PR. Please merge.

janetruluck commented 7 years ago

@radzserg thanks for the bump and @cavewoman thanks for the PR. I will get this in ASAP

radzserg commented 7 years ago

:+1: but you need to bump a version. Otherwise you still get old version. Works if only you sepcify {:ueberauth_instagram, git: "https://github.com/jasontruluck/ueberauth_instagram"},

janetruluck commented 7 years ago

Hey @radzserg the version should have been bumped here and it looks like hex is seeing it as v 0.2.0. Maybe there is another issue?

radzserg commented 7 years ago

Cool. It works. BTW don't forget to update README so other know that there's new version ;)