facebook opengraph - Proper workflow for onboarding new customers via API (we're a PMD partner) -


We are actively developing our PMD advertising management tools. We have several clients who want to advertise but there are no Facebook accounts. I have two questions:

(1) Can they create a proper user account for our clients? Are an API / programmatic way for which clients can login to their new Facebook account and enter the ad payment information? For example, I can imagine an open graph call like this:

createFBUserAccount (f_name: "which", l_name: "Smith", email: "joesmith@gmail.com" , Isbusiness: "wrong");

or for a person

createFBUserAccount (business_entity_name: "ACME Corp", email: "contact@acmecorp.com", isbusiness: "true" );

(2) For users who do not want Facebook accounts but still want to advertise on Facebook, what is the right way to create their ads? Suppose it is a business interested in buying external website advertising (or mobile app installs, or any number of other ad units).

We currently do not have any way to create advertising accounts through the API

We also have a Business Account (Doctor :)

We require a user account or business account to advertise with us

Hope this is useful

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -