使用 Java 脚本 SDK 在 Facebook 页面上创建活动



>**我正在寻找我的问题的解决方案。 应用以下代码后,我遇到权限错误

图像

FB.api("/me/events", 'post', eventData, function (response) {
if (response.id) {
alert("We have successfully created a Facebook event with ID: " + response.id);
}
return false;
})

使用 API 无法创建事件。至少现在不是了,这在很多年前是可能的。

参考: https://developers.facebook.com/docs/graph-api/reference/user/events/#Creating

最新更新