Using the facebook Graph Api you can get the album cover using:
https://graph.facebook.com/<album_id>/picture
You can get a json listing of the cover info using:
https://graph.facebook.com/<album_id>?fields=picture
But for the life of me, I can't figure out how to set the cover picture of an album using the api. Any ideas?