MyBB Community Forums

Full Version: Regular Errors since fbconnect installed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have been seeing these errors logs since I have installed fbconnect with my forum. After many hit and trial options eventually it started working and now I wanted to get rid of these erros...

Quote:Type: 2
File: fbconnect.php (Line no. 55)
Message
file_get_contents(https://graph.facebook.com/oauth/access_token?client_id= Deleted code due to security&amp;redirect_uri=http%3A%2F%2Fmcxcommoditytrading.com%2Fforum%2Ffbconnect.php&amp;client_secret= Deleted code due to security&amp;code=) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request



Type: 2
File: fbconnect.php (Line no. 61)
Message
file_get_contents(https://graph.facebook.com/me?) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request


Type: 2
File: inc/plugins/invite.php (Line no. 342)
Message
session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/content/92/8207792/html/forum/fbconnect.php:50)


Line 55 fbconnect.php
Quote: $access_token = file_get_contents($token_url);

Line 61 fbconnect.php
Quote:$fbuser = json_decode(file_get_contents($graph_url));

Any help will be appreciated?