有没有办法通过Graph API戳?

Mat*_*ltz 8 facebook facebook-graph-api

有没有办法通过Graph API捅另一个用户?基于这篇文章,并使用Graph Explorer,我正在发布到"/ USERID/pokes",我已经授予它(Graph API应用程序和我的应用程序)所有扩展权限,但我仍然得到:

"error": {
   "message": "(#3) Application does not have the capability to make this API call.", 
   "type": "OAuthException"
  }
}
Run Code Online (Sandbox Code Playgroud)

前面提到的帖子指出应用程序需要列入白名单,但这似乎是一个不同的消息; 例如,如果我尝试发布到我的收件箱,我会得到:

{
  "error": {
    "message": "(#3) App must be on whitelist", 
    "type": "OAuthException"
  }
}
Run Code Online (Sandbox Code Playgroud)

所以:

  1. 是否可以通过Graph API发送戳?
  2. 如果有可能,我的应用确实需要列入白名单,我该在哪里申请?

Col*_*yle 8

该API存在,但目前只有官方FB应用程序列入白名单.一般情况下,它没有时间表.