Marani 80 Posted September 20, 2017 Report Share Posted September 20, 2017 (edited) Hi,I'm trying to get the access token using Instagram API. This is the GET request: https://api.instagram.com/oauth/authorize/?client_id=3459bdf8404753db572567230bf7f2f&redirect_uri=http://localhost:8888&response_type=token (Changed the Client ID to post here).It's supposed to return this: http://localhost:8888/#access_token=1528584781.e75d9bd.aa67a16b62af7534a25fc284dff4c220 When I use this in the system browser it works and after giving access, it returns access token correctly.But in ubot using HTTP plugin (and Exbrowser http commands), it shows the login page in the browser, after I logging in, this is what I get in the address bar: asset://assets/accounts/login/?force_classic_login=&next=/oauth/authorize/%3Fclient_id%3459bdf8404753db572567230bf7f2f%26redirect_uri%3Dhttp://localhost:8888%26response_type%3Dtoken I remember it worked as expected a few days ago with the same request. but not now. Could you please help me find out why? Edited September 23, 2017 by Marani Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.