http://graph.facebook.com/user_name/picture
// the same as
http://graph.facebook.com/user_id/picture
// return JSON
http://graph.facebook.com/user_id/picture?redirect=0
// set size
http://graph.facebook.com/user_id/picture?width=200&height=200
// require active access token
http://graph.facebook.com/me/picture