Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

2 Answers

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

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.