Vineet Dwivedi
Vineet Dwivedi

Reputation: 67

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 ?

Upvotes: 1

Views: 1598

Answers (2)

Vamshi K
Vamshi K

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

Vineet Dwivedi
Vineet Dwivedi

Reputation: 67

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

Upvotes: 1

Related Questions