Fetching user details from FB in XML format

521 Views Asked by At

Is there any method by which I can fetch an user's detail (name, UID, location, etc.) from facebook in XML format? I can get data in either json or xml from Twitter, but failed to find anything for FB . Also is there any API in FB to return only the UID if user name is given as the input?

2

There are 2 best solutions below

0
h4ck3rm1k3 On

see http://developers.facebook.com/docs/reference/rest/ it is deprecated, in the future use json.

0
CBroe On

Also is there any API in FB to return only the UID if user name is given as the input?

http://graph.facebook.com/zuck?fields=id will only return Mark Zuckerberg’s (FB username: zuck) user id – but of course, still in JSON format.