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.

I have a facebook chat application which has succesfully populated a list of users online.

I want to be able to get the graph api userid of a specific user online using their jid.

Is this possible to do?

Thank you in advance

share|improve this question

1 Answer

up vote 3 down vote accepted

You should just be able to take the first part of the JID (the part before the @chat.facebook.com) and go to https://graph.facebook.com/FIRSTPART and you'll get the basic information (including user ID) for the user. For more on the Graph API, check out documentation.

share|improve this answer
thanks Genesis, i did exactly that. – T-basket Dotcodotuk Jul 23 '11 at 9:16

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.