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
Start here: http://developers.facebook.com/docs/reference/php/
Then you can get the ID using http://developers.facebook.com/docs/reference/php/facebook-getUser/