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.

vCard is a file format standard for electronic business cards.

learn more… | top users | synonyms

0
votes
0answers
30 views

XMPP require user avatar

I try to get the avatar of any user by send iq to require user vcard . When I got the response from the server I try to set the PictureBox image to user avatar.Yes I done that part but the picture ...
2
votes
1answer
315 views

Facebook self vCard

Hi I want to get profile picture of my own. So After login, I am sending below IQ packet and getting the below mentioned response but it does not contain any Picture details. Can anyone please help ...
0
votes
2answers
1k views

Getting user id s instead of user names in facebook chat

I could integrate Facebook chat using Smack. I get my friends list but it's all their user id's and not their names. The following is the code for getting friends list public void displayBuddyList() ...