I am working on an application that integrates with Instagram API to access the user information. I successfully fetch the Access Token using the authorize url but unable to
Off late instagram python snippet fails due to missing content-type HTTP header
response, content = http_object.request(url, method="POST", body=data,headers = {"Content-type": "application/x-www-form-urlencoded"})
adding application/x-www-form-urlencoded worked for me