Facebook帖子消失

Facebook帖子消失,facebook,facebook-graph-api,Facebook,Facebook Graph Api,我使用Graph API在Facebook的页面墙上发布了一些东西。通过Graph Explorer检查数据结果和我的帖子。例如: { "id": "640047619xxxxx_6405845194xxxxx", "from": { "id": "640047619xxxxx6" }, "message": "[time]test_total_neu", "privacy": { "value": "EVERYONE", "descripti

我使用Graph API在Facebook的页面墙上发布了一些东西。通过Graph Explorer检查数据结果和我的帖子。例如:

{
  "id": "640047619xxxxx_6405845194xxxxx", 
  "from": {
    "id": "640047619xxxxx6"
  }, 
  "message": "[time]test_total_neu", 
  "privacy": {
    "value": "EVERYONE", 
    "description": "Public", 
    "friends": "", 
    "allow": "", 
    "deny": ""
  }, 
  "type": "status", 
  "status_type": "mobile_status_update", 
  "application": {
    "name": "Graph API Explorer", 
    "id": "145634995xxxxx"
  }, 
  "created_time": "2015-04-10T10:45:22+0000", 
  "updated_time": "2015-04-10T10:45:22+0000", 
  "is_hidden": false, 
  "subscribed": true
},
Facebook不会在墙上显示这些条目。我几乎搜索了整个上午,但找不到解决办法。有什么想法吗


谢谢你

您是否已将应用程序设置为“live”?未明确设置。它显示的是来自常规网站的帖子,但不是来自graph api。我在哪里可以找到设置?状态和查看选项卡顶部…你应该使用自己的应用程序来完成此操作,而不是graph api Explorer应用程序。我想这正是你所说的。