Successfully retrieving album images from profile pictures using the following api call:
facebookModule.requestWithGraphPath("/"+albumId+"/photos", {
fields : 'source,icon'
} [..]
My question now is whether there's a method to obtain profile picture icons directly from Facebook, or if I need to resize the source image manually in JavaScript. Appreciate any guidance on this matter. Thank you.