Posts under category Facebook Graph 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.

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

I'm using the WhatsApp Cloud API to send images with the view_once flag, but the image is still accessible multiple times, even though I have set the view_once parameter in the API request. I have followed the documentation carefully, and while uploading the media, I included the view_once flag. However, when sending the media through the media ID, the "view once" functionality doesn't seem to work as expected.
Upload Request: json Copy code { "file": "", "type": "image", "view_once": true } Send Request: json Copy code { "messaging_product": "whatsapp", "to": "918891168586", "type": "image", "image": { "id": "912099421100415" }, "view_once": true }
Despite following this process, the image is still viewable multiple times by the recipient.
Could you please confirm:
Is the view_once feature fully supported for images sent via media ID in the WhatsApp Cloud API? Are there any specific API versions, account settings, or additional configurations required to enable this functionality? Is there a known issue with the view_once flag, or is it still being rolled out for certain users? I appreciate your help and guidance in resolving this issue.
Thank you!

Hello, Im trying to request the advanced access for the "oEmbed Read" permission to build custom module to embed public content fron my facebook page to my website but the platform doesnt allow me to request it, when Im trying to call the permission on the API Graph Explorer they send me this message "(#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 have the business verification too, does anybody knows if I need extra steps?