Instagram Broken

When trying to log into the Instagram Demo, after entering login details the Authorization dialog comes up with a page not found error. The URL of the page is:

res://ieframe.dll/http_400_webOC.htm#https://instagram.com/accounts/login/?force_classic_login=&next=/oauth/authorize%3Fclient_id%[my_client_id]%26response_type%3Dcode%26redirect_uri%3Dhttp%3A//127.0.0.1%3A8888%26scope%3Dlikes%2Bcomments%2Brelationships

(I've replaced my client id with "my_client_id" above.)

Hi,


We are not aware of any issues with Instagram authentication.
Have you tried using a different redirect uri and/or callback port?

You would think the demo would just work.

Of course but the demo requires (due to the nature of the OAuth protocol) your custom settings. So, it is crucial your settings are correct and your demo settings match the application settings you did for Instagram.

I got this working. For other people having problems, when we set up the app in Instagram, someone put the website url in as the redirect URL, instead of http://127.0.0.1:8888