Wewnętrzny błąd MyBB

MyBB napotkało błąd wewnętrzny i nie może kontynuować.

Typ błędu:
Ostrzeżenie (2)
Treść błędu:
file_get_contents(https://graph.facebook.com/oauth/access_token?client_id=205388826188697&redirect_uri=http%3A%2F%2Fmuscle-centre.pl%2Ffbconnect.php&client_secret=eeba762429e9f260501aa06ebb896624&code=) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request
Lokalizacja:
Plik: fbconnect.php
Linia: 55
Kod:
52. 
53.     $token_url 
"https://graph.facebook.com/oauth/access_token?client_id=".$app_id."&redirect_uri=".urlencode($my_url)."&client_secret=".$app_secret."&code=".$code;
54. 
55.     $access_token 
file_get_contents($token_url);
56. 
57.     $graph_url 
"https://graph.facebook.com/me?".$access_token;
58. 
Fragment kodu:
Plik Linia Funkcja
/inc/class_error.php 206 errorHandler->output_error
[PHP]   errorHandler->error
/fbconnect.php 55 file_get_contents