Reputation: 67
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 ?
Upvotes: 1
Views: 1598
Reputation: 9
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.
Upvotes: -1
Reputation: 67
Found the issue! There was " at the start of the URL! Once I removed the ", it worked as expected.
Upvotes: 1