Hi community i have been at this for days trying diffient API endpoints etc, my app is verified, the business is verified but still getting errors.
`$url = ‘https://graph.instagram.com/’.$data->user_id.’?fields=id,username&access_token=’.$data->access_token;
echo “
“;
I can get the users ID and the access token from the API but
This should generate a URL where i can grab username but the error i am getting is`
“{“error”:{“message”:”Unsupported request – method type: get”,”type”:”IGApiException”,”code”:100,”fbtrace_id”:”AdB2aDtSLWMTn0aB5PTyQ5j”}}”
Any help would be much appreciated.
The error i get from the API is
“{“error”:{“message”:”Unsupported request – method type: get”,”type”:”IGApiException”,”code”:100,”fbtrace_id”:”AdB2aDtSLWMTn0aB5PTyQ5j”}}”