Creating Facebook event for specific page with FB Graph API

后端 未结 4 1528
情书的邮戳
情书的邮戳 2021-02-02 03:13

I need synchronize events from my CMS to Facebook specific page. I\'m trying to create an event for my created page but still have no result. I can simply create events, related

4条回答
  •  旧巷少年郎
    2021-02-02 03:41

    You need to pass the access token of the managed page, which you can get from graph.facebook.com/me/account (of course passing your access token to get the list of fan pages you manace). You will see there a list of access tokens for each of your fan pages, use those to create events or post to your fanpage.

提交回复
热议问题