facebook php sdk - Get reach estimate with PHP API -


i spent hours trying reach estimate using php sdk. problem having not knowing how use function "getreachestimate(.., ..)" not explained anywhere in way able understand.

if give me code example of using function great, or other way of geting reach estimate using php.

the same request through sdk

$response = $api->call(         "/".$ad_account_id."/reachestimate",         requestinterface::method_get,         array(             'targeting_spec' => json_encode($targeting),             'currency'       => 'usd'         )     ); return $response->getcontent(); 

where $ad_account_id looks act_xxxxxxx


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -