How to add a Facebook Event with new Graph API

前端 未结 4 1560
北荒
北荒 2021-02-06 13:11

I am trying to create an event using Facebooks api. (From a django app) Has anyone created an event with the new graph api?

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-06 13:42

    Check here: http://developers.facebook.com/docs/api#publishing

    Make a POST call to /PROFILE_ID/events with the required informations. Unfortunately they don't have all the possible arguments listed, but they can be found in the REST API docs under Events.create.

提交回复
热议问题