I am using the Facebook Current PHP SDK. My application is working fine. BUt from today any return call api Failed to connect to 2a03: 2880: 10: 1f03: face: b00c: 0: 26: Network unavailable.
Here is my code
try { $fbme = $facebook->api('/me'); } catch (Exception $e) { echo $e->getMessage(); }
Does anyone have a problem? How can i fix this?
facebook-graph-api facebook-php-sdk
Zakir hyder
source share