Can someone please tell me a way in PHP in which i can obtain the Facebook ID of current user that is logged in?
Im trying to output the users thumbnail using the following
img src="http://graph.facebook.com/---PHP ECHO FOR FB ID NEEDS TO GO HERE---/picture?type=square" align="left" /
Thanks