Posts under category Meta & Facebook

There is conflicting information in the docs https://developers.facebook.com/docs/instagram-platform/instagram-api-with-instagram-login/mentions
This page says "Identify captions, comments, and IG Media in which an Instagram Business or Creator's alias has been tagged or @mentioned."
Toward the bottom of the page it says you can listen for mention webhooks to get comments your account has been mentioned in.
I have not been able to get those webhooks to work. I can only get posts that my account is tagged in with the /tags endpoint.
Are there plans to implement this with the Instagram Login api?

I have a Facebook app with business verification completed. My app is a consumer app and has standard access to oEmbed read. My goal is to use the oEmbed Read feature. However, when I test its endpoints using the Graph API Explorer or Postman, I receive the following error:

(#10) To use 'oEmbed Read', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'oEmbed Read' feature for review, please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review.

I used app id | client id as access token. Exp: 12346|879565654

I can't request advanced access of oEmbed Read because the button is disabled. For enable it I need to use the api and get 200, but it gets the error I provided above. I'm stuck because of this. Is someone know what should I do and give me steps? Or is this just a Facebook bug?

I tried sending request with Postman, with SDK and with Graph API explorer while app is in live mode and dev mode, but I still get the error provided above.

Higgs Domino offers classic games like Domino Gaple, QiuQiu 99, and card games like Poker, all with vibrant graphics and smooth gameplay. Its social features and rewards make it fun and engaging for players. Learn more at https://higgdominorp.id/.

Hi,
we have a web application to display latest Instagram posts? The app was running for years with Basic Display API. Due to suppression of this API we migrate to use the regular Graph API.
1/ From the website we call authentication via: https://www.instagram.com/oauth/authorize?client_id=OURCLIENTID&scope=instagram_business_basic&redirect_uri=OURREDIRECTURL&response_type=code&state=OURSTATE&hl=LANGUAGECODE 2/ The Instagram dialog opens to request authorization 3/ Click on allow 4/ In our redirect url we call: https://api.instagram.com/oauth/access_token with POST data 'client_id' =>OURAPPID 'client_secret' => OURAPPSECRET 'grant_type' => 'authorization_code' 'redirect_uri' =>OURREDIRECTURL 'code' => RECIVIEDCODE
We got response with following error: - error_type:OAuthException - code:400 - error_subcode: - error_message: Invalid app_secret
We verified, every parameters are correct specially the APPSECRET!
When we go to the Instagram account, the App website id present and active with all access needed opened!
Any help appreciate, we don't understand this issue. Noting found on the web or Meta help about "Invalid app_secret"
Regards John

Currently, i'm testing Facebook Graph API for creating Campaigns, Adsets, Ad creative and ads. I have create an Sandbox ad account, assign it to a page and get its token for those API.

For Campaigns & Adsets, it works perfectly. But till the Ad creative part, my token was not eligible to do it.

After research, i figured out that when i assigned a page, my token only have permission as ADVERTISER, which only allows to create ads but not ad creative. In order to create ad creative, i need to have CREATE_CONTENT permission.

But the thing is, in my Business Manager, i can't added more tasks since this is an sandbox ad account and it doesn't have an official email to verify.

Have anyone suffered the same issue and figure out how to work around to add more page's tasks to an sandbox ad account owner