looking for fql query to grab all albums of all friends,
extra points for complete js example using FB.Data.query and jQuery to spit out results as they come in. thanks!!
looking for fql query to grab all albums of all friends,
extra points for complete js example using FB.Data.query and jQuery to spit out results as they come in. thanks!!
You need the
friends_photos
permission and then use:Javascrip:
HTML:
Note:
LIMIT 25
from the query stringconsole.log
is a firebug command, usealert()
instead if you don't have firebug.