To make a script work I need auth_token
of an instagram application, and that according to instructions I should (and am) doing so:
https://instagram.com/oauth/authorize/?client_id=1627c123e3fc481791e0d6be16ff57a0&redirect_uri=http://yourcallback.com/auth/instagram/callback&response_type=token&display=touch&scope=likes+relationships
But I still get the errors:
Instagram {
"code": 400, "error_type": "OAuthException", "error_message":
"Redirect URI does not match registered redirect URI"
}
Does anyone know the problem?