(#100)使用Graph API Explorer创建事件时参数OAuthException无效

时间:2012-12-04 14:49:51

标签: facebook facebook-graph-api

我正在使用Graph API资源管理器尝试在iOS-app的Objective-C中为实际编码之前尝试创建用户事件。

我已获得包含user_eventpublish_actionscreate_event权限的身份验证令牌。

POSThttps://graph.facebook.com/12345678/events发送请求,参数name设置为Tester 2start_date设置为2013-06-27

作为回应,我得到

{
  "error": {
    "message": "(#100) Invalid parameter", 
    "type": "OAuthException", 
    "code": 100
  }
}

我看不出我做错了什么。任何帮助将不胜感激。

由于

安德鲁

1 个答案:

答案 0 :(得分:3)

这是因为您需要使用start_time代替start_date

文档参考: https://developers.facebook.com/docs/reference/api/event/