Guest User

Untitled

a guest
Jan 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. curl
  2. -F 'name=My First Campaign'
  3. -F 'objective=<OBJECTIVE>'
  4. -F 'status=PAUSED'
  5. -F 'access_token=<ACCESS_TOKEN>'
  6. https://graph.facebook.com/v2.11/act_<AD_ACCOUNT_ID>/campaigns
  7.  
  8. {"id":"120330000012723217"}
  9.  
  10. curl -G
  11. -d 'fields=id,name,objective'
  12. -d 'access_token=<ACCESS_TOKEN>'
  13. https://graph.facebook.com/v2.11/120330000012723217
Add Comment
Please, Sign In to add comment