I would like to display the users profile picture inside of my applications canvas page, is there a way to do that using the graph api?
I know I can do it using FBML
//create the url $profile_pic = "http://graph.facebook.com/".$uid."/picture"; //echo the image out echo "";
Works fine for me