Open lavorato opened 5 years ago
Hi Lavorato , i am experiencing the same problem, have you found a solution to this? thanks
Hello,
Not yet… We’re trying to use the OpenGraph insted the SDK but unfortunately we have not found a solution.
On 3 Jun 2019, at 06:58, Stathismi notifications@github.com wrote:
Hi Lavorato , i am experiencing the same problem, have you found a solution to this? thanks
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/facebook/php-graph-sdk/issues/1125?email_source=notifications&email_token=ABUVFRN542WUAEHQ3TTJ643PYTTLPA5CNFSM4HQQMNBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWY5DSY#issuecomment-498192843, or mute the thread https://github.com/notifications/unsubscribe-auth/ABUVFRM2ZWRBC3FO4JJBZDLPYTTLPANCNFSM4HQQMNBA.
Hi,
I am also getting the same error. have you found any solution?
Thanks.
Hi, Anyone found a solution or explanation? I hit the same error by using Java SDK for Facebook Marketing API v3.3, using Sandbox ad account.
Found that it is a known issue by FB. See the link https://developers.facebook.com/support/bugs/405618393319208/
I have the same problem and tried to follow the suggestion: "create a screencast of an user creating a campaign -> adset -> ad and hardcode the ID of an existing creative"
But how can I get a valid creative ID?
I tried to create "by hand" in the business manager and then copy from here
but the facebook api call to create the Ad answers with error:
Do you have any suggest? Many thanks
@dynamicfun ,
The ID you are trying to copy is probably an ID on an Ad, not a Creative.
You can fetch all your creatives using Facebook API: Get: act_ACCOUNT_ID/adcreatives
The workaround worked for me: I was able to create an add, using ID of a creative that I created manually.
Hello guys! We are experiencing an issue using the 3.3 API version with SDK. We've an Sandbox enviroment witch use an associated page that are was created by the user Sandbox Ad Account Owner.
We're receiving the error below when we are in the "creative" step (we already created the adset and campaing with success). The error message is: "Ads creative post was created by an app that is in development mode. It must be in public to create this ad" with the error code 100 and error subcode 1885183.
Do you guys already have experienced this error? Thanks!