0

我从 Facebook 配置了实时更新。当我在回调 URL 上发出 GET 请求时,我收到:

{
   "data": [
      {
         "object": "user",
         "callback_url": "http://www.example.com/fb.php",
         "fields": [
            "activities",
            "feed",
            "friends",
            "likes",
            "music",
            "status",
            "statuses"
         ],
         "active": true
      }
   ]
}

我向用户授予了应用程序访问它的指定权限。我还检查了回调 URL 上的 POST 请求,它在http://web-sniffer.net/上运行良好

如果我遗漏了什么,请告诉我。

4

0 回答 0