Dahili MyBB Hatası

MyBB, dahili bir SQL hatası olduğunu tespit etti ve aşağıdaki nedenlerden dolayı devam edemiyor.

Hata Tipi:
Uyarı (2)
Hata Mesajı:
file_get_contents(https://graph.facebook.com/oauth/access_token?client_id=107287806025182&redirect_uri=http%3A%2F%2Fwww.ceptim.net%2Ffbconnect.php&client_secret=dfbe0370c398ba12bb551c82571f4383&code=) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request
Konum:
Dosya: fbconnect.php
Satır: 56
Kod:
53. 
54.     $token_url 
"https://graph.facebook.com/oauth/access_token?client_id=".$app_id."&redirect_uri=".urlencode($my_url)."&client_secret=".$app_secret."&code=".$code;
55. 
56.     $access_token 
file_get_contents($token_url);
57. 
58.     $graph_url 
"https://graph.facebook.com/me?".$access_token;
59. 
Geri izleme:
Dosya Satır Fonksiyon
/inc/class_error.php 211 errorHandler->output_error
[PHP]   errorHandler->error
/fbconnect.php 56 file_get_contents