Creating Facebook Page programmatically through Open Graph API

后端 未结 3 671
暗喜
暗喜 2020-12-01 15:11

I am hoping there is a way to create a facebook page using the open graph API. The documentation only shows API calls I can make once the page exists.

Currently, I h

3条回答
  •  臣服心动
    2020-12-01 15:52

    You can do this programatically but it's kind of a hack. If you include the Facebook Comments plugin it will autocreate the page for you. So if you make a general webpage that takes parameters like movieID, you can make a script that does a HTTP GET for every ID that you have available and all the graph objects will be created.

    Like this:

    " num_posts="35" width="340" colorscheme="light">
    

提交回复
热议问题