URL for acquiring Instagram access token
//Instagram token
//old
https://instagram.com/oauth/authorize/?client_id=【CLIENT-ID】&redirect_uri=【REDIRECT-URL】&response_type=token
//new
https://api.instagram.com/oauth/authorize/?client_id=Client id&redirect_uri=REDIRECT-URL&response_type=token&scope=public_content