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.
XMPP (Extensible Messaging and Presence Protocol) is an open, standard protocol for fast delivery of real-time messages.
3
votes
1answer
40 views
Asmack for facebook chat doesn't work with PrivacyListManager
I am working in an android application and I have integrated facebook chat into my android application successfully with aSmack. But when I login to the facebook chat with aSmack libary, my facebook ...
0
votes
1answer
74 views
Facebook Chat API - Python App Engine
I'm trying to use the Facebook chat API in my web service(AppEngine Python). I found some code on line, but any of them help me to make it work.
This is the code I'm using, but don't work. What I am ...
0
votes
0answers
46 views
Facebook Chat over XMPP — doesn't work if the other user is not online on facebook
The Facebook Chat over XMPP thing described at https://developers.facebook.com/docs/chat/ seems to have a major flaw that makes it largely unusable.
I just tested it with a friend, and it only works ...
0
votes
0answers
73 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
95 views
Is x-facebook-platform (facebook chat) xmpp server usage changed after 24.04.2013? (All users presence received offline)
I am currently developing facebook chat clients on multiple platforms;
Web: PHP Jaxl 3.x,
iOS: Objective-C XMPPFramework,
Android: Asmack (<:)>Can't remember which one there are several smack ...
0
votes
1answer
39 views
“IOError: closed stream” error when authenticating on xmpp4r_facebook
This is quite strange since it used to work, and now it doesn't. If it was 'Not Authorized' error, it would have been easy, but with "IOError: closed stream", I am stumped.
I thought it may have ...
-1
votes
0answers
78 views
Code for Facebook chat using XMPP in android [closed]
I am new in android, in my application i have to write a code for facebook chat with friends
so please provide any sample application so i can integrate with my application
thanks in advance
0
votes
0answers
92 views
JAXl receive facebook messages (make your own chat)
I`m developing a facebook application in which I use JAXL to send and receive messages through facebook chat API. After a long time I managed to send messages via JAXL. The code for sending messages ...
0
votes
0answers
132 views
Parameter values change in Facebook Jabber client OnMessage
I am using jabber to connect to Facebook chat (chat.facebook.com). My requirement is to append messages from a friend to be queued up and sent as bulk instead of single messages. For e.g., if a friend ...
0
votes
0answers
29 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 ...
1
vote
1answer
38 views
How to get value from array XML
I want to develop chat with facebook by jaxl.v3.
This is my code
`$client->add_cb('on_chat_message', function($stanza) {
global $client;
// echo back ...
0
votes
1answer
99 views
JAXL Exception : this stream does not support SSL/crypto
I used jaxl.V3 to connect to facebook. This is my code:
<?php
require_once '../jaxl.php';
$client = new JAXL(array(
'jid' => '(myID)'.'@chat.facebook.com',
'fb_app_key' => ...
1
vote
1answer
577 views
Facebook XMPP Chat API send Message PHP
Hello Stackoverflow Community,
I am currently messing about with the Facebook Chat API. I want to send chat messages to my facebook contacts via an App.
Using the example provided by facebook I was ...
0
votes
0answers
188 views
How to trigger “Alerts are off while you use another client to chat.” from an XMPP client
On some Facebook XMPP chat clients, like Pidgin, when connected a warning appears on the native web based Facebook messenger that says "Alerts are off while you use another client to chat." When this ...
0
votes
0answers
84 views
Sign into Facebook Chat API with libjingle
I was able to download and compile libjingle and got the same call application (that comes with libjingle) to work with Gmail, but I'm trying to connect to Facebook's XMPP servers in the same way, and ...
1
vote
1answer
75 views
Does Facebook chat platform support BOSH?
I've read a relative question(Integrating Facebook Chat) 's answer whitch said
Facebook does not do S2S federation, only C2S, so you will have to use that as your XMPP server (or implement ...
0
votes
0answers
46 views
mobile users recieve blank messages
I am creating a embedded app in Facebook web that uses Facebook chat as part of a game. It goes from a n embedded player, through javascript to a bosh server, then to the Facebook XMPP server to sent ...
0
votes
0answers
41 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
1
vote
2answers
134 views
Does Facebook XMPP Chat server implement message archiving? (XEP-0136)
I'm working with Facebook's XMPP chat service, and I need to fetch older messages from the server. Can I use XEP-0136 on the client to do that or is there another more used way?
0
votes
1answer
369 views
XMPP - Facebook - How can my client implementation receive messages sent by other client implementations?
I have implemented a facebook chat client that connect using the Smack API. At this moment, the main features are working well. I send, receive messages, receive typing notifications...
But I have a ...
0
votes
1answer
161 views
What's the technology Facebook uses for their chat?
I know I can connect to the Facebook chat using XMPP client/protocol. I wonder whether Facebook guys run some of the XMPP servers, they implemented their own or they just use another technology ...
0
votes
1answer
307 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 ...
1
vote
0answers
65 views
MessageListener in asmack to integrate facebook chat not able to bind to any widget
I am working in an android application and I want to integrate facebook chat in it.For that I am using asmack-jse-buddycloud-2010.12.11. I am able to sent and receive chats. But I am not able to bind ...
0
votes
0answers
35 views
Android Facebook chat without entering user and password twice [duplicate]
I try to build application that sending to facebook friends private message.
I found this solution: here
but in this solution i need to enter the user name and the password for each user again.
Did ...
0
votes
1answer
95 views
JAXL XMPP script works, but never stops loading
I am implementing the Facebook Chat into my site so I used JAXL in order to implement the XMPP. It seems that the script posts the message that I wanted, but whenever I run it, the page just keeps ...
0
votes
0answers
120 views
Does the Facebook Chat API support image (photo) attachments?
I'm looking at potentially integrating my IM app with the Facebook Chat API. From the docs (https://developers.facebook.com/docs/chat/), it's not clear whether I can send and receive image/photo ...
0
votes
0answers
177 views
Send Private message to facebook user throw android application
I saw that I can't send castum private message through the Facebook API:
#How to send message facebook friend through graph api using Accessstoken
and then I saw this solution:
#Message via chat API
...
7
votes
1answer
245 views
Facebook XMPP chat API - device priority
I've created a Facebook app that uses the chat api using the following structure
Strophe.js <-- --> Punjab <-- --> Facebook XMPP
All works fine. My question is: Can I prevent other ...
0
votes
2answers
872 views
How to send facebook chat message via JAXL?
I am trying to send direct message with JAXL in the name of a user (authenticated application with xmpp_login). In the jaxl facebook chat example there exist a message echo structure, still it ...
0
votes
0answers
237 views
Mcabber XMPP settings for facebook chat [closed]
I am trying to setup mcabber to work with facebook chat but cant get it to work for some reason.
Can anyone confirm that fb chat works on mcabber and provide the correct settings?
0
votes
2answers
149 views
XMPP facebook chat persmissions with PHP
Using the Facebook Chat API, is it possible for a facebook "page", or the admins of a page, to send chat messages to people that have liked the page? Or must the receiver also have given permissions ...
0
votes
0answers
76 views
Facebook Chat Not Picking Up Link When Sent from External Client
I was wondering if there is a way for a link that is sent as part of the message through XMPP protocol to be picked up and rendered by Facebook. I found that even if the page that the link is pointing ...
2
votes
0answers
143 views
Is it worthy to use XMPP pubsub for feeds? [closed]
I have read this presentation about why using XMPP and pubsub for retrieving data services which are often updated (such as feeds). I got immediately convinced about the push feature of pubsub in ...
2
votes
1answer
247 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 ...
2
votes
1answer
273 views
Real-time update the online_presence for a user's friends, using FQL/Chat API
I'm currently developing an app in facebook which has a list of friends of the user logged in and shows their online presence. To get this, I used the following FQL query:
SELECT name,uid, ...
0
votes
2answers
182 views
Setting resource in XMPP Facebook chat
When we connect to googletalk using xmpp, we can set the resource attribute, and can thus identify whether the user is logged in from android, pc etc.
I was wondering if there is any similar way ...
-1
votes
1answer
162 views
Getting started with Instant Messaging on windows phone 8
here is my scenario.
I have this windows phone 8 app, that has a routing history that shows all the comments left by people who is currently using this document, now when i click on one of these ...
1
vote
1answer
61 views
Connect to facebook throw xmpp with non digid jid
I need to code xmpp bot, which connects to facebook. I need to connect to facebook through xmpp. In old accounts the jid consist of sequence of digits.
Can I connect the way it connects in their ...
1
vote
1answer
132 views
Is there a XMPP api for Dart?
I am implementing facebook chat client using DART. As far as i figured out, i need to use XMPP protocol.
Is there a XMPP api for dart?
If yes, can you lead me to source?
If no, is there any good ...
0
votes
1answer
93 views
Is there a way to receive messages through XMPP in Rails?
Is there a way to receive Facebook chat/messages through XMPP in Rails? I've checked with xmpp4r_facebook but so far I can only send messages with it. Thanks!
0
votes
1answer
274 views
Getting online presences for Facebook Chat
I'm using libpurple to connect to the FB chat. The problem is that I do not get online presences from friends who are online the via mobile Facebook application.
But if such a friend sends me a ...
0
votes
1answer
229 views
Facebook XMPP Chat Connection
I am building an iOS app to integrate with Facebook Chat using XMPP (I am using the XMPPFramework library). It works fine when I am testing myself with 2 iPhones but when I asked my beta users (around ...
3
votes
1answer
440 views
Getting Facebook chat history to mobile xmpp clients
Is it possible (allowed by FB) to get the chat message history, which is stored at FB? We are developing iOS and Android xmpp chat clients and couldn't find a way how our chat client can display ...
0
votes
1answer
334 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 ...
2
votes
3answers
266 views
Facebook asmack xmpp client returns random numbers for roster
I followed the guidlines given in the following SO question to connect to facebook chat using xmpp and I am able to connect to facebook and pull the correct number of contacts but when it prints the ...
1
vote
1answer
314 views
Facebook Chat returns “Not authorized”
I'm developing a Facebook Chat client and I'm using QXmpp to connect to the chat server.
QString user = ... // This is the Facebook's user id, not the user's email
QString passwd = ...
QXmppClient ...
0
votes
0answers
41 views
Use of Facebook logo in XMPP Messanger [closed]
I'm developing an XMPP Messanger for Win8 and it is able to Facebook Chat.
Now I want to have a button to set up a facebook account in the messanger and I want the "f" logo on it.
Is this kind of ...
0
votes
0answers
122 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 ...
8
votes
2answers
1k views
How to send private messages with Facebook API using C#
I use Facebook Connect for login on my website and need to create functionality of sending personal messages to user's Facebook friends.
A solution from this question is not suitable for me because I ...
2
votes
0answers
219 views
Spectrum XMPP gateway and Facebook Platform Auth
I'm the Jappix XMPP web-client founder, and need this really important thing for Jappix-related project purposes.
I'd like to login to Facebook Chat through the Spectrum Gateway so that I can chat ...

