Displaying images from Facebook photo albums on a portfolio site using the graph api
问题 A client of mine would like to be able to update her site's image galleries by adding images to albums on her facebook account. Is this possible using JSON? would the albums she chose to display need to be made public? Thanks for any help on this! 回答1: This is definitely possible by using the graph api: Get the ID of all of her albums - select the one you want: https://graph.facebook.com/me/albums/ Access the album: https://graph.facebook.com/ALBUM_ID/photos You need the user_photos