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.
The facebook-chat tag has no wiki summary.
0
votes
1answer
13 views
What is formkey and how to get formkey?
I am developing xmpp chat for facebook sample demo application..My ApplicationActivity extends Application.For that one i follow this url https://github.com/ACRA/acra/wiki/BasicSetup.In this tutorial ...
0
votes
0answers
23 views
chat.facebook.com sending presence unavailable? + learn how to send composing
I've noticed that when I send a presence of unavailable to chat.facebook.com using node-xmpp it is different than the ones I receive (I am logging with colours for readability with ANSI escape code ...
0
votes
0answers
39 views
Web inter-user chat like facebook or gmail style template [closed]
i am implementing a user web chat like facebook or gmail in my webpage.
I am not going to use any framework, only ajax. But i am searching for a good UI design, some design with connected user list, ...
0
votes
1answer
102 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
19 views
Chat - Seeing when message is read
It's not good that someone can see that have you seen their messages. It might make some troubles to someone. Example some guys who i know works as stalkers, if you have seen their message, then they ...
-1
votes
0answers
101 views
FB Chat / Messenger time stamp [closed]
Not sure if ever asked. I was wondering why my FB chat or Messenger mobile time stamp changes randomly even when I am not on either app. My time stamp will randomly change fr one hour to 1 min and it ...
-1
votes
0answers
6 views
Blocking Someone on a childs account [closed]
I run a foster home for youth 16-18 years old, I have 2 boys currently with me that are not suppose to have any contact with a girl they know per court order. Is there anyway i can block her from them ...
-2
votes
0answers
87 views
Facebook Chat API for AppEngine (Python) [closed]
I want to implement Facebook chat in my webserver GAE, using python, but the documentation in Facebook page is not clear and I didn't find on web any tutorial or code at Github.
I need to send ...
-4
votes
0answers
46 views
How to create facebook chat functionality in my android application? [closed]
I want to create facebook chat in my android application?I don't know what exactly do to create facebook chat in my android application.For that facebook chat functionality what can i do?
Any one ...
-1
votes
0answers
40 views
Not able to connect to FB chat by using any third party app on phone or at pc [closed]
Hi name is Manish Gupta,
I am facebook user since More then 6 years, I used to do facebook chat by using third party apps via phone or pc. Like skype, windows live, yahoo messanger, WP 7, IM+ etc..
...
0
votes
0answers
72 views
Facebook chat integration with jQuery
For a project at the university, i have to write a chrome extension that encrypts the facebook chat. Therefore i need to add an event listener to the jQuery .changed() event for every opened chat's ...
-3
votes
0answers
31 views
Facebook home iPhone [closed]
Facebook home does not work on my account on my iPhone 5 however if I log in with someone else's account it works. Is there a way to deactivate this on my account if so how?
0
votes
0answers
41 views
Suppress sending text in Facebook chat?
Is there a way to find out which events facebook use exactly when the text is sent on facebook chat ? I mean, when I type some text and press Enter to send it, I would like to suppress sending that ...
0
votes
0answers
95 views
restfb send private message using Graph API
I couldn't find information on how to send a private message (that is, the type of message that is like a chat/instant message, only visible to the recipient, available in the user's Inbox) using the ...
0
votes
0answers
107 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
0answers
55 views
How do Facebook emoticons work?
Is there any documentation for creating facebook emoticons, how to generate code? I'm interested in how https://apps.facebook.com/big-emo-creator/ is able to create code that is actually replaced with ...
1
vote
1answer
54 views
How to identify the person in typing the message or not in chat?
Kindly excuse me if I am asking a simple question. Please don't hesitate to edit my question to do the correct approach.
I am doing the java Chat project.
I think You are all aware of that in ...
0
votes
0answers
45 views
Login failed by facebook chat API
I use smack for chat API. Before all worked ok. But now I have issue. On try login to chat server get error: " Your account is temporarily unavailable. Regain access by logging into your account from ...
0
votes
0answers
101 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
1answer
62 views
Facebook PHP SDK chat API returns error
I am developing my facebook platform application which uses facebook chat API. I tried to use the example code from https://developers.facebook.com/docs/chat/. It returns error. I tried to understand ...
0
votes
0answers
144 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
71 views
Can't use facebook chat with third party apps [closed]
i am not able to use facebook chat with third party apps like nimbuzz and ebuddy, it displays this messages 'Your account is temporarily unavailable. Please login from a computer to regain access' but ...
1
vote
1answer
106 views
technology behind html based chat systems like facebook and google talk
Can anyone give me a brief rundown of how Facebook and Google Talk work, are there persistent connections involved similar to the classic Java based chat systems whereby a server manages the ...
-1
votes
1answer
59 views
Is there any way we can get chat data of my friends or friends of friends? [closed]
I want to get chat history data of my friends or of people following my page.
is there any way to get that ?
0
votes
1answer
107 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' => ...
0
votes
1answer
84 views
How to hide Facebook chat boxes on Window resize?
I'm trying to reproduce in Jquery, how Facebook hide or show opened chat boxes when the viewport size changes. Basically, if you have 6 chat windows open, and if you resize or shrink your browser, ...
3
votes
1answer
660 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
85 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
78 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
65 views
How to implement facebook chat in ios by x-facebook-platform?
I want to implement facebook chat in my IOS 5 app by using X-Facebook-Platform and my app is already integrated with facebook SDK. can any one help me to solve this?.
0
votes
0answers
105 views
Send facebook messages using only server with no UI
I am looking to send a facebook message from my application server without
the need to prompt the user for input each time.
I have been looking over the facebook chat API but it only works with ...
0
votes
1answer
382 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
182 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
0answers
120 views
User Online/Offline status Architectures in chat applications
In chat systems like Facebook, you can see who are online and who are offline. What are the architectures used in such applications ?
I've heard that you can periodically send notifications to the ...
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
0answers
67 views
Facebook chat in Cocoa Application
I'm looking to integrate real time facebook chat info a Cocoa (MAC OSX desktop) application, using either an Objective C or C library.
Can anyone please recommend such a library? It needs to know ...
0
votes
1answer
102 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
133 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
1answer
273 views
Facebook Chat Open Graph Image Code Parsing
So I wrote this script here for PHP since I couldn't find anything anywhere about it.
What this does is takes the thumbnail image codes for facebook and displays it. My question is testing if those ...
0
votes
2answers
897 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
243 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
0answers
80 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 ...
0
votes
0answers
36 views
what's facebook post_form_id?
According to this post
, I need to find out what's my post_form_id to send a message via post to facebook. It says that it can be found in any page on facebook, but I couldn't. What is this ...
0
votes
1answer
238 views
Who chatted with you the most app on Facebook?
There is an app on facebook which can tell an user who he has chatted with the most. How is it possible to access the number of messages via the facebook graph api?
2
votes
1answer
276 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
1answer
107 views
Is there a way to hide the standard Facebook Chat Bar (without going offline)?
We're building a Facebook app that is basically a web integrated chat client on a canvas.
However, every time a message is entered or received in the app, a corresponding chat window pop up or ...
1
vote
1answer
135 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
280 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
233 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 ...
4
votes
1answer
337 views
Facebook Chat Api and Emoticons
We have implemented an iphone app which uses the facebook chat, partly over xmpp and partly over the facebook graph api.
Everything is fine, until it comes to emoticons. When we enter the emoticon on ...



