Instagram API Basic Display: Problem with requesting access_token
I was following Instagram API Basic Display documentation. I've created Facebook App, configured Instagram Basic Display, added Test User, Authenticated the Test User using GET request: https://api.instagram.com/oauth/authorize ?app_id={app-id} &redirect_uri={redirect-uri} &scope=user_profile,user_media &response_type=code But when I try to request access_token using POST…