Search code examples
facebook-graph-apipostmaninstagram-apiinstagram-graph-api

Instagram Graph API when run through postman giving error : Invalid protocol: "https:


I am new to Graph API as well as facebook developer account, new to postman. I generated access token as well as linked my Instagram to my test app, also given required permissions. After this, I copied my page Id and access token in the URL on postman but it's giving me error.

URL looks like this : "https://graph.facebook.com/v14.0/xxxxxxxxxxxxxx?fields=instagram_business_account&access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

(Removed page Id and access token of course)

Found nothing on google as well. What is wrong here ?


Solution

  • Found the issue! There was " at the start of the URL! Once I removed the ", it worked as expected.