How to create a Facebook fan page for a website in an automated way?

风流意气都作罢 提交于 2019-12-10 14:53:09

问题


We are working on a CMS application development. In that case, we need to integrate a feature, that is enabled for user to create a facebook fan page in an automated way for their product/service. But we realized that it's not allowed by any of facebook developer APIs.

So, What we just need is to automation of fan page creation part in a programmatic way. Is that possible to do??

Thanks!


回答1:


You cannot create a new Facebook Page via the API - for example, if your client had a company called SomeCompany, they could not use your app to generate a Product/Service Page at www.facebook.com/SomeCompany for users to Like. Your alternatives are:

1) Use your app to generate Open Graph tags and Like buttons for the company's web site (external to Facebook). 2) Instruct the client on how to create a page manually by visiting Facebook.com while logged into their Facebook account. 3) Request the manage_pages permission from your client in your app, and use the Marketing API to edit the page after the client has created it. You can edit most fields on the page (even things like the profile picture) once the page exists. For more information, see here: https://developers.facebook.com/docs/reference/api/page/



来源:https://stackoverflow.com/questions/13045584/how-to-create-a-facebook-fan-page-for-a-website-in-an-automated-way

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!