You will need to manage the authentication firstly. If you are using the facebook php api and its your own photo album you can request permanent access
$facebook->getLoginUrl(array('req_perms' =>'user_photos friends_photos'));
}
Then after that you can make requests to the graph api such as http://graph.facebook.com/me/albums - your auth key will at the end of that request.