SSL Connection timeout in facebook fql
I am using facebook api to get backup of the facebook photos using access_token and fql. Using fql I got the list of albums of the user $client = new Facebook(array('appId' => 'xxxx', 'secret' => 'xxxxxx')); $fql_albums = "SELECT aid,name from album where owner=$user_Id"; $albumId = $client->api(array( 'method' => 'fql.query', 'access_token' => $user_access_token, 'query' => $fql_albums, )); After getting this list I run a query to get all the photos in the album and then download that album and then moves to the next album. It only download 2 albums and then gets an error as shown below ( ! )