我正在使用Facebook应用请求。当用户被重定向到下一页时,此页面会崩溃(他获得Facebook画布包裹一些类似404的图标)。虽然Facebook Connect
可能,但我认为我没有SSL证书。我怎样才能确定这是错误来自SSL
?
更新:
这是我的控制台输出
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