-
Hello,
I upgraded to php version 5.4.36. Installed the composer and installed the The Facebook Ads API SDK and even after that, when I execute the php script, I get the below error
PHP Fatal error: …
-
Everything in the script works perfectly, except the last segment of ad group creation. I've spend two hours editing the parameters and also looked at the class parameters at /src/FacebookAds/Object/F…
-
I am getting PHP Parse error: syntax error, unexpected T_USE, expecting T_FUNCTION in /FacebookAds/Object/AdAccount.php on line 34
I am on PHP Version 5.3.5
Below is the PHP Code, where I am accessi…
-
My code:
``` php
\FacebookAds\Api::init($app_id, $app_secret, $access_token);
$adSet = new \FacebookAds\Object\AdSet(null, $account_id});
$adSet->setData(array(
\FacebookAds\Object\Fields\AdSetFi…
-
```
$ python -m facebookads.test.integration
.EEEEE..E
======================================================================
ERROR: runTest (__main__.AdCampaignTestCase)
-----------------------------…
-
Here is my code:
``` php
\FacebookAds\Api::init($app_id, $app_secret, $access_token);
$results = \FacebookAds\Object\TargetingSearch::search(
$type = \FacebookAds\Object\Search\TargetingSearchTyp…
-
Dear floatinghotpot,
```
I follows the following procedure to create testfacebook project.
```
cordova create testfacebook com.snowuyl.testface testfacebook
cd testfacebook
cordova platform add …
-
When trying to upgrade (or doing a fresh install) of facebookads 0.20 you get this error:
$ pip install --upgrade facebookads==0.2.0
```
Downloading/unpacking facebookads
Downloading facebookads-0…
-
Instead of showing the banner, application just exit with an alert 'Unfortunetly, application has stopped'.
I'm using Cordova 4.0.0 and following set of plugins:
android.support.v4 1.0.0 "Android Su…
-
Sorry, not strictly an issue. But I wonder if there are plans to add more examples? As the SDK format has changed, I'm having a few issues - such as trying to read conversion stats about an ad group. …