I am trying to access user profile information using the Instagram Graph API but receiving an empty response. Here’s the curl command I used:
curl -v -X GET "https://graph.instagram.com/v21.0/fields=name,username,profile_pic,follower_count,is_user_follow_business,is_business_follow_user&access_token=<INSTAGRAM_ACCESS_TOKEN>"
Despite replacing and <INSTAGRAM_ACCESS_TOKEN> with the correct values, I'm not getting any data back.I granted the following permissions: instagram_business_basic, instagram_business_manage_messages, and instagram_business_manage_comments.Can anyone help me troubleshoot this issue? Are there specific permissions or access tokens I should be aware of?
I used instagram API setup with Instagram login