本文介绍了如何使用新的Graph API添加Facebook事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用Facebook的api创建一个活动。 (从django应用程序)有没有人用新的图形API创建了一个事件?

解决方案

查看这里:



对/ PROFILE_ID进行POST调用/所需信息的事件。不幸的是,他们没有列出所有可能的参数,但可以在REST API文档中找到。


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

解决方案

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.

这篇关于如何使用新的Graph API添加Facebook事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-27 21:15