0

Facebook API を使用して Facebook ページに広告を投稿できません。そのためにJavaテクノロジーを使用しています。私はこれを参照しています: https://developers.facebook.com/docs/marketing-apis/get-started/ Facebook アプリが開発モードの場合、キャンペーンと広告セットを作成できますが、広告クリエイティブの作成中にこのエラーが表示されます:com.facebook.ads.sdk.APIException$FailedRequestException: {"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":1885183,"is_transient":false,"error_user_title":"Ads creative post was created by an app that is in development mode","error_user_msg":"Ads creative post was created by an app that is in development mode. It must be in public to create this ad.","fbtrace_id":"ArxDl-Vv6ehl1Dbj_hF6uc_"}}

そのため、Facebook アプリをライブモードに切り替えましたが、何も作成できず、次のエラーが発生します。

com.facebook.ads.sdk.APIException$FailedRequestException: {"error":{"message":"Unsupported post request. Object with ID 'act_442958229128370' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https:\/\/developers.facebook.com\/docs\/graph-api","type":"GraphMethodException","code":100,"error_subcode":33,"fbtrace_id":"AHQGlrnyRlJnX7aTaPlyrwr"}}

広告を投稿するには、ads_management権限が必要です。この権限を取得するには、アプリのレビューを行う必要があります。だから私はアプリレビューをやってみましたが、ログイン認証情報を共有できる外部アプリがないため、「検証の詳細を提供する」で行き詰まっています。キャンペーンの作成に必要なすべてのパラメーターが渡されるサイトがあるだけです。 、広告セットおよび広告。次に、このパラメーターを Java コードでキャッチし、Facebook ページから広告を投稿します。それで、なにかお手伝いできますか??

4

0 に答える 0