get avatar from facebook graph [closed]

I found the solution!

global $current_user;
get_currentuserinfo();
echo get_avatar( $current_user->ID, 48 );