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

Whether my app is in live mode or test mode, when I send a test webhook, I get the notification "The sample update was successfully sent to your server". However, no request is logged by my server at all. Also, other test webhooks do work, so my server and meta app are correctly set up. I also tried sending a message to my page from my own facebook account which is the same as this account and is the owner of the app. No event is received.
Did I understand correctly that I should be able to send and receive page messages with standard access without app approval?
Would greatly appreciate any help, thanks!