I am trying to get the album cover photo using:
$facebook->api("/{ALBUM_ID}/picture", "get");
but if I use the above code I get nothing to return, and if I try using it with the Open Graph API explorer on Facebook, it just sits there with the loading graphic.
If I access it from my browser, I do get a return image.
Does the call above not return an image URL? If not, what does it return and how do I use it?