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?
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.
|
|
|
see http://developers.facebook.com/docs/reference/rest/ it is deprecated, in the future use json. |
|||
|
|
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. |
|||
|
|