eliza_chris
eliza_chris

Reputation: 21

How can I embed a public instagram feed in my application using oembed read api?

I have Instagram handles of the users and want to show their Instagram feed (if it is public) when they login into our application. I have my FB app reviewed for oembed read. But when I try to use the oembed_page API endpoint with an access token for getting Instagram page details it is showing the following error. Note: I am trying it in FB graph API explorer- https://developers.facebook.com/tools/explorer/

Sample Url I tried:- https://graph.facebook.com/oembed_page?url=https://www.instagram.com/instagram&access_token=_accesstoken_

Error: "error": { "message": "(#100) Invalid parameter", "type": "OAuthException", "code": 100 }

My aim is to get a user's all insta posts using an API call. Is there any endpoint which provide such a response?

Upvotes: 0

Views: 2019

Answers (0)

Related Questions