MyBB napotkało błąd wewnętrzny i nie może kontynuować.
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.
| Plik | Linia | Funkcja |
|---|---|---|
| /inc/class_error.php | 206 | errorHandler->output_error |
| [PHP] | errorHandler->error | |
| /fbconnect.php | 55 | file_get_contents |