Facebook应用程序因SSL证书而崩溃

时间:2014-08-29 07:33:49

标签: javascript php facebook ssl

enter image description here我正在使用Facebook应用请求。当用户被重定向到下一页时,此页面会崩溃(他获得Facebook画布包裹一些类似404的图标)。虽然Facebook Connect可能,但我认为我没有SSL证书。我怎样才能确定这是错误来自SSL

https://apps.facebook.com/somesite/?fb_source=notification&request_ids=some_request&ref=notif&app_request_type=user_to_user&notif_t=app_request

更新:

这是我的控制台输出

for (;;); {"t":"fullReload","seq":0}
for (;;);{"__ar":1,"payload":[],"bootloadable":{},"ixData":{}}
for (;;);{"__ar":1,"payload":{"payload_source":"unknown"},"bootloadable":{},"ixData":{}}
for (;;); {"t":"heartbeat"}
{"t":"heartbeat"}
{"t":"continue"}
{
"version": 9, 
"client_version": "0.9.12.10.g89b2a4fc", 
"playing": true, 
"shuffle": false, 
"repeat": false, 
"play_enabled": true, 
"prev_enabled": true, 
"next_enabled": true, 
"track": {
  "track_resource": {
    "name": "Country Practice", 
    "uri": "spotify:track:1pczW91sol6LcXtIf2mR5G", 
    "location": {
      "og": "http://open.spotify.com/track/1pczW91sol6LcXtIf2mR5G"
    }
  }, 
  "artist_resource": {
    "name": "Wibutee", 
    "uri": "spotify:artist:53p1c0Fnb6srjMorsglFu7", 
    "location": {
      "og": "http://open.spotify.com/artist/53p1c0Fnb6srjMorsglFu7"
    }
  }, 
  "album_resource": {
    "name": "Playmachine", 
    "uri": "spotify:album:0oXJO0mcHw3fa9yS2tSbq4", 
    "location": {
      "og": "http://open.spotify.com/album/0oXJO0mcHw3fa9yS2tSbq4"
    }
  }, 
  "length": 236, 
  "track_type": "normal"
}, 
"context": {
  "context_resource": {
    "name": "", 
    "uri": "spotify:artist:53p1c0Fnb6srjMorsglFu7", 
    "location": {
      "og": "http://open.spotify.com/artist/53p1c0Fnb6srjMorsglFu7"
    }
  }
}, 
"playing_position": 59.04, 
"server_time": 1409300318, 
"volume": 0.63749141, 
"active_user": {
  "uri": "spotify:user:benchoufi", 
  "canonical_username": "benchoufi", 
  "real_name": "Benchoufi Mehdi", 
  "location": {
    "og": "http://open.spotify.com/user/benchoufi"
  }
}, 
"online": true, 
"open_graph_state": {
  "private_session": false, 
  "posting_disabled": false
}, 
"running": true
}

和几个输出此

的文件
for (;;);{"__ar":1,"payload":{"time":1409300345000,"buddy_list":{"nowAvailableList":{"502238078":{"i":false,"a":2,"p":{"status":"active","webStatus":"active","fbAppStatus":"idle","messengerStatus":"offline","otherStatus":"offline"}},"505212218":{"i":false,"a":2,"p":...

更新2

enter image description here

0 个答案:

没有答案