Open robinske opened 8 years ago
It works by https://
not http://
.
the link in the README.md should be changed.
But Instagram fails with https://
.
{
"code": 400,
"error_type": "OAuthException",
"error_message": "Redirect URI does not match registered redirect URI"
}
Interesting. You can still login Instagram with http://pinterest.github.io/pinterest-api-demo/ and Pinterest with https://pinterest.github.io/pinterest-api-demo/ and finally works
Seeing the following message for Pinterest login:
And a similar 400 error from the Instagram login. Didn't see the redirect URL (
https://pinterest.github.io/pinterest-api-demo/
) in the code so not sure if the repo is out of sync with the deployed app.