Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a Facebook Application which works but every day I get an exception while testing. All exceptions are being thrown by base_facebook.php - is anyone else encountering these exceptions? Anyone has a stable base_facebook.php that they can share?

Update: Seems like others are experiencing such exceptions as I found a bug opened with Facebook on high priority. How come nobody reported it yet on Stackoverflow? http://developers.facebook.com/bugs/267344716670841

-

Fatal error: Uncaught CurlException: 28: connect() timed out! thrown in /home/dev-mpm/public_html/client/PHP3/base_facebook.php on line 814

Fatal error: Uncaught CurlException: 28: SSL connection timeout thrown in /home/dev-mpm/public_html/client/PHP3/base_facebook.php on line 814

Fatal error: Uncaught CurlException: 28: Operation timed out after 60001 milliseconds with 0 bytes received thrown in /home/dev-mpm/public_html/client/PHP3/base_facebook.php on line 814

Fatal error: Uncaught CurlException: 56: SSL read: error:00000000:lib(0):func(0):reason(0), errno 104 thrown in /home/dev-mpm/public_html/client/PHP3/base_facebook.php on line 814

Fatal error: Uncaught Exception: 102: parameters user or session key required thrown in /usr/share/nginx/html/client/PHP3/base_facebook.php on line 708

Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current user. thrown in /usr/share/nginx/html/client/PHP3/base_facebook.php on line 1053
share|improve this question
1  
Seems like you experience issues not with base_facebook but with your system curl or ssl libraries – zerkms Feb 20 '12 at 21:11
The app works most of the times so not sure how curl or ssl libraries would be at fault. I just found a high priority bug opened at Facebook where other developers have reported a similar exception. I just edited my original question to include an update. – J K Feb 20 '12 at 23:48

closed as too localized by BoltClock Sep 16 '12 at 7:46

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.