I am using Facebook Current PHP SDK. My app was running ok. BUt from today any api call returning Failed to connect to 2a03:2880:10:1f03:face:b00c:0:26: Network is unreachable.
Here is my code
try {
$fbme = $facebook->api('/me');
} catch (Exception $e) {
echo $e->getMessage();
}
Is any one having this problem? How can I fix this?