Post Branded Content to Facebook Page Feed Using the Marketing API -


ever since facebook's branded content announcement, i've been trying figure out how post branded content verified facebook page's feed via api. requirement company, post qualifies branded content directly facebook page's feed via post /{page_id}/feed endpoint.

the user flow we're trying automate accomplished example, by

  1. pasting link in page composer text field
  2. clicking "handshake" icon
  3. searching third-party sponsor, selecting sponsor
  4. publishing post

on branded content page mention can accomplished through marketing api,

read marketing api documentation learn using branded content tool through api.

but i've seen in documentation seems indicate need create ad campaign, ad set, specify targetting, create ad creative, ad itself. saw 1 example on ad creative reference section seems i'm looking for,

curl \   -f 'name=sample creative' \   -f 'object_story_spec={      "page_id": "<page_id>",      "photo_data": {        "branded_content_sponsor_page_id": "<sponsor_page_id>",        "caption": "my caption",        "image_hash": "<image_hash>"      }    }' \   -f 'access_token=<access_token>' \   https://graph.facebook.com/v2.6/act_<ad_account_id>/adcreatives 

the item of note 'branded_content_sponsor_page_id' field, think cover handshake icon/with {sponsor} field.

my conclusion far thus:

  1. the inclusion of targetting in particular seems mean if direction we're supposed go, ad not have normal visibility post page's feed. in addition, instead of 1 post /{page_id}/feed, have create of supporting ad objects, creative, ad, have post reviewed. or...
  2. the functionality i'm looking not documented yet, or...
  3. the functionality i'm looking not exist


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -