og.Follow on mobile notification返回404

时间:2013-12-24 16:41:25

标签: android facebook

我在使用FB og.Follow时遇到了一些问题,因为我能够创建活动但是当我点击Facebook安卓上的通知时,我从FB获得了404页。

这是我创建的对象:

{
  "id": "10202857021092873", 
  "from": {
    "name": "Saverio Mucci", 
    "id": "1422176017"
  }, 
  "start_time": "2013-12-24T15:16:21+0000", 
  "end_time": "2013-12-24T15:16:21+0000", 
  "publish_time": "2013-12-24T15:16:21+0000", 
  "application": {
    "name": "Freapp", 
    "namespace": "freapp-web", 
    "id": "308160465932532"
  }, 
  "data": {
    "profile": {
      "id": "175371575992457", 
      "url": "http://freapp.com/profile/user/willy8852/", 
      "type": "profile", 
      "title": "Luca Immucci"
    }
  }, 
  "type": "og.follows", 
  "no_feed_story": false, 
  "comments": {
    "data": [], 
    "paging": {
      "cursors": {
        "after": "MQ==", 
        "before": "MQ=="
      }
    }, 
    "count": 1, 
    "can_comment": true, 
    "comment_order": "chronological"
  }, 
  "likes": {
    "count": 0, 
    "can_like": true, 
    "user_likes": false
  }
}

这是facebook通知菜单上的结果

notification

导致此错误

error

感谢Saverio

1 个答案:

答案 0 :(得分:0)

如果我是你,我首先使用调试并找出,这是我的应用程序真正采取正确的地址。然后在我的原生浏览器的地址栏中复制过去的确切地址,并检查它是否正常工作。

如果它在浏览器中也没有显示页面,它很可能不会,那么我会更正我的应用程序正在进行的输入。

虚荣网址,通知是动态的,这些是我们应该知道的关于facebook的一些事情。

SOry无法帮助更多。这就是我所知道的。