This is the code to display the page-picture:
<img src="https://graph.facebook.com/157295940962451/picture"/>
How can I show the album cover of a given album in this page
The Graph API is the primary way to get data into and out of the Facebook platform. It's an HTTP-based API that apps can use to programmatically query data, post new stories, manage ads, upload photos, and perform a wide variety of other tasks.
Not sure if I am doing something wrong, but just wanted to point out that these answers did not work for me until I appended my access_token to the url:
https://graph.facebook.com/<?=$album['id']?>/picture?type=album&access_token=<?=$access_token?>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With