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
You can also resize the profile picture by providing parameters as shown below.
https://graph.facebook.com/[UID]/picture?width=140&height=140
would work too.