skip to Main Content

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 ?

2

Answers


  1. Chosen as BEST ANSWER

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


  2. Found the issue! There was no spaces at the start of the URL! Once I tried to hit backspace start of the URL! it worked as expected.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search