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.

XMPPFramework implements the XMPP protocol in Objective-C for iOS and Mac platforms.

learn more… | top users | synonyms

0
votes
0answers
129 views

Get Online users with Facebook Chat XMPP

I am using Facebook Chat X-FACEBOOK-PLATFORM for facebook chat however i am able to connect and also can send message but i am not able to send <presence/> . when i am sending ...
0
votes
0answers
49 views

Max data transfer limit in xmpp

Is there any limit in transfering data in facebook xmpp? How can I share files in facebook xmpp through iphone? Thanks in advance, Sanath
0
votes
1answer
349 views

Send XMPP message element multiple destinations (Facebook Chat API)

I'm using Facebook Chat API in an iOS app. I already can send a message successfully to a Facebook friend. Now I'm wondering if a can send the same message to multiple recipients. I don't know if ...
2
votes
1answer
268 views

Facebook chat rooms using XMPP

I'm trying to create mobile based chat app. Basically, I want users to connect to Facebook with their Facebook account (Using the XMPPFramework) I would like to have pre-existing rooms where users ...
0
votes
1answer
394 views

Facebook groups chat [duplicate]

Possible Duplicate: is group chat for facebook implemented in the API? Does facebook jabber server support groups chat? I tried to create groups chat in iMessages, but it returned that ...
0
votes
1answer
423 views

Integrating chat facebook api with xmpp framework in iphone [closed]

I am working on iphone project in which i have to integrate facebook chat api with xmpp framework for listing online facebook user and chat with them.I am getting lots of source code from github but ...
2
votes
1answer
115 views

Login window shows as white after button press

I am creating a ios facebook application using facebook sdk-2010.In which Graph-Api is used for getting friends list.XMPP is used for the chat. After giving the user name and password in the facebook ...
0
votes
0answers
90 views

Facebook Chat showing request timed out after login

We are creating a Facebook chat application,using XMPP.It was working properly,but from last 2 days it is showing some problems. Issues are: Facebook login window will appear,If we are entering the ...
0
votes
0answers
130 views

How to sync Facebook chat on my web browser and iPhone application?

I have developed a Facebook Chat application for iPhone using the XMPP framework. How do I sync between Facebook chat in the browser and in my application. If I send a message to a user from my ...
0
votes
1answer
130 views

xmpp authentication fails in fb chat application for users login through mobile

I am using xmpp for my facebook chat application.In that some users' authentication getting failed,those who login through mobile devices/showing mobile icon in facebookChat(in browser). All other ...
0
votes
1answer
446 views

How to integrate XMPP server with facebook and yahoo for iPhone?

I want to make chatting application with multipal accounts activated same time and i want to integrate xmpp for facebook and yahoo , so please guide me and provide a links for sample , any help ...
1
vote
1answer
527 views

Facebook chat framework for iphone sdk

I'm trying to create an app using Facebook chat facility. When I went through the forums I could see that I have to download XMPPFramework, I have went through the following links 1, 2, but not ...
4
votes
1answer
4k views

How to list only online users on facebook with xmpp framework

I have integrated xmpp in my app and able to list all the users in a table view, but I only want to display the online users and then want to implement the feature to send and recieve messages to my ...