skip to Main Content

Facebook API: Instagram Account Is Missing

whenever creating or updating an Ad's creative, I'm getting this error: { "error": { "message": "Invalid parameter", "type": "OAuthException", "code": 100, "error_subcode": 1772103, "is_transient": false, "error_user_title": "Instagram Account Is Missing", "error_user_msg": "You're using Instagram as a placement. Please select an…

VIEW QUESTION

Facebook API share on user feed

when i try to POST->v3.2->/me/feed with all permissions Facebook api returns me "(#200) Requires either publish_to_groups permission and app being installed in the group, or manage_pages and publish_pages as an admin with sufficient administrative permission".message isn't very descriptive. what should…

VIEW QUESTION

Facebook marketing API insights (Destination url)

I'm trying to get data using Facebook Marketing API. $api = FacebookAds::init('TOKEN'); $start = Carbon::create(2018,11,16); $end = Carbon::create(2018,11,16); $period = Period::create($start,$end); $in = $api->insights($period,'act_ID', 'ad',[ 'fields' => ['impressions', 'objective', 'actions'....] ]); I'm getting each ad actions like this: "actions" =>…

VIEW QUESTION

Facebook PHP API throwing exception while login

I tried to log in with Facebook Graph API and get user info. The code I used to get user info worked before but today I tried login with facebook but Facebook API throwing this error. Undefined offset: 1 /home/****/vendor/facebook/php-sdk-v4/src/Facebook/Http/GraphRawResponse.php…

VIEW QUESTION
Back To Top
Search