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.
Generic term for "Instant Messaging System". It can also represent a discussion that occurs in an Instant Messaging System.
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 ...
0
votes
1answer
44 views
Hooking any AI chatbot to Facebook chat
I haven't tried anything on this, but is it possible? If it is, is there a way of making a plugin for firefox or chrome? or making a software that enables you to hook ai chatbot to Facebook chat. I ...
-2
votes
0answers
94 views
Facebook chat not showing all of my online contacts [closed]
Facebook chat on outlook, skype and windows phone not showing all online contacts.
1
vote
1answer
53 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 ...
-1
votes
0answers
25 views
How to restore the deleted chat conversation [closed]
I deleted my conversation unintentionally.And the conversation contents really useful information to me.Can facebook restore back my previous conversation?
-1
votes
1answer
58 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
0answers
386 views
Facebook Chat Script [closed]
I saw this : Facebook Chat Script and i want to know if someone had tried it ? I talked with some
friends and they seem to be ok, but i want to know your opinion in integration with concrete5. I also ...
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 ...
1
vote
0answers
14 views
Facebook chat integeration in iPhone
I want to integerate facebook chat im my iphone App.Using XMPP ,I couldn't find any good tutorial.
Have anybody the sample code for this..
0
votes
0answers
15 views
Interpreting Facebook sourcing
I know that the source of FB is viewed by going on view-source://facebook.com and that Ctrl + F [],{"list": present's a user's friends, in order of interaction (you copy paste the # that ...
0
votes
1answer
171 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
310 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 ...
0
votes
0answers
265 views
Facebook Chat Api - Colud not send message
I have used the Facebook Chat Api example from the developers page to set up a simple facebook chat. Everything works fine except of sending messages.
I used the code at this page ...
7
votes
1answer
246 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 ...
-1
votes
1answer
140 views
How do you make a chat box stay fixed across web pages? [closed]
for example,
the chat box on facebook stays even when you load another page...
the chat box stays there, it doesn't flicker.
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 ...
0
votes
0answers
168 views
Use Facebook Chat Api in Android with errors
I use facebook sdk to get access_token, use asmack to authorize. I can get access_token from facebook, when to connect, there has a error:
12-03 13:23:51.010: E/tag(18900): Exception occured while ...
0
votes
1answer
232 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
442 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
0answers
41 views
Link to facebook chat
In the past, I was able to let my website users start a chat with my facebook page by directing them to facebook.com/messages/somesolutions.nl. Now it doesn't open an new chat window anymore. Is there ...
1
vote
1answer
319 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
2k views
Export all facebook chat history
Is there a way to export all facebook chat history? From one conversatition or from all?
Using fql i was able to get 50 conversations id's and get the last few messages of each, but i would really ...
0
votes
0answers
159 views
Android facebook Chat connection exception
I use following code to use facebook chat in my android application
package com.example.gtalk;
public class MainActivity extends Activity implements OnClickListener {
private ...
3
votes
0answers
73 views
automatically minimized chat tabs
We must call fu.init in hideFlashCallback to pause our game. When the user is in the another page to open chat tabs to our game, the game will pause automatically.
Is there a method like FB API or ...
0
votes
0answers
123 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 ...
-1
votes
1answer
1k views
How to creating chat box like in gmail , fb [closed]
Am developing a web site which needs a chat appilcation like in Gmail and facebook.Using html and java script i have developed chat application like in gmail using WEB SOCKETS.But i want to develop an ...
4
votes
2answers
656 views
Window like facebook chat
The Facebook chat window remains open, unchanged, to refresh the page, or even when we change page. How to reproduce something similar? Tried with frameset, but it did not work.
How to keep a div ...
2
votes
1answer
115 views
How to make DOM element allways visible even during reloading the page?
I wan to make some fixed divs on bottom persistent without reloading them if user is on my site. It is like Facebook chat, user can be all over the site but chat is allways visible?
This queston is ...
1
vote
1answer
240 views
Facebook Public Chat on website
I have seen on some big website facebook public chat (close to some video stream for example), on which each people who liked the Facebook page could chat publicly with the other "likers".
I mean one ...
2
votes
1answer
419 views
FQL Query for getting Chat conversation
Here is the code. In the result I want to see my conversation and my friend conversation. For conversation history functionality How can I do this?
SELECT message_id, thread_id, author_id, body, ...
-2
votes
1answer
117 views
Create private Facebook app to link Chatterbot to sent chats to people
I have written a Python script to send and fetch Chatterbot chat messages. I now want to create a Facebook app that only I can access that has permission to send chat messages to people, and I want my ...
0
votes
1answer
114 views
Does the Facebook Chat API support the reading of previous chat messages?
I see there are many 3rd party clients out there that support FB chat, but are there any that will show the previous messages in the chat, from before the conversation was started in the 3rd part ...
0
votes
2answers
353 views
Allowing users of facebook application to communicate somehow
I'm creating a a social networking application on the Facebook platform and I need some way of allowing my users to communicate with each other to find out more about each other. After doing some ...
-1
votes
1answer
6k views
how to get full chat message history on my PC full one between me & a friend? [closed]
I want to get the full history chat messages between me & my best friend since we started talking
i scroll up but we have type more than 10000000 word << so how to get all of those on a ...
0
votes
2answers
740 views
XMPP facebook chat with non friends
We are working on a app which allows user to login only through facebook.
Now we are planning to bring in chat aspect using facebook xmpp.
Before i go ahead, juts wanted to check if it is possible ...
0
votes
3answers
140 views
Javascript triggered sound without permission?
I need to get a web page to play a sound triggered by javascript when a chat message arrives, but when the sound plays, chrome asks me to give quick time permission
Facebook is a perfect example of ...
0
votes
1answer
171 views
Identify Chat client app in Facebook Chat
I am developing an iOS Facebook Chat client app using XMPP (I am using the XMPPFramework by Robbie Hanson). One of my requirements is my App would want to know if the online users in my roster are ...
1
vote
1answer
296 views
Facebook chat API - XMPP typing paused notifications
I'm using the XMPP protocol in order to send and receive messages with the Facebook chat.
I'm able to receive messages, and as well get the typing notifications.
My problem is that I'm not receiving ...
0
votes
1answer
307 views
Facebook Chat API - Is Chat possible with 2 unknown users?
I was wondering:
Is it possible to chat with a friend who is not in our friend list through the API?
Can 2 Unknown users use the Facebook Chat API to communicate? Is it possible anyhow (using PHP or ...
1
vote
1answer
241 views
How Facebook/gmail chat works when browser window is closed?
I wanted to know how facebook chat works when any user closes the browser without loggingout.
How does FB know that window is closed and send the message to the inbox and do not attempt to show the ...
0
votes
0answers
26 views
Live stream administration?
I am curious if there are any settings or extra help related to the live stream widget? I wanted to use it for a live event, but if I don't have any way to kick users, limit the amount of messages in ...
-2
votes
1answer
164 views
Facebook Video Chat [closed]
I have a new Acer computer and for about a month I could use Facebook video chat with no problem, but for the past 2 months, I get an error message "The software that enables video chat is temporarily ...
1
vote
1answer
2k views
Facebook XMPP chat C#
I'm trying to connect to Facebook chat using C#.
I'm able to get the access code and access token, but it fails at the end when we try to authenticate for the chat, it gives an error saying it's not ...
0
votes
0answers
210 views
Facebook XMPP-Session key
I am working with facebook chat application and making a chat app for web. but i am stuck when going to connect and login to facebook xmpp.
i am authorized my app with ...
1
vote
0answers
169 views
How to fb hide the emoticons path and how to find it
I normaly make an
array(
" :) ", " :( "
);
with the emoticons then i make another array with the replacement
array(
'<img src="smile.png"/>',
'<img src="sad.png"/>'
);
then I ...
0
votes
1answer
790 views
Turning off Facebook chat at a network level [closed]
Not sure if this is the right web site for this but I literally can not find Facebook support anywhere. We have a company policy to disallow chat messages. I am trying to figure out how to turn off ...
1
vote
1answer
786 views
Get count CHAT message
I want get count chat messages between me and my friend (between two people). I would like use php apy.
It will somehow find the number of CHAT messages between us ?
Thanks..
edit: Thank you luca. ...
1
vote
3answers
528 views
Integrate a chat system in my website
I want to integrate the Facebook chat system in my PHP based website. I have
searched developers.facebok.com for data, but it says very little about Jabber XMPP, and I don't know how to use it. If ...
0
votes
0answers
413 views
How can i display multiple chat windows on a website with pagination like facebook
I am using a jquery chat plugin to create a chat application for a website. Jquery chat plugin can be found here. I have successfully implemented the chat but I am facing a problem when I am talking ...
2
votes
0answers
598 views
Unable to connect to Facebook Chat Via Python, using xmpppy library
I am trying to write a script in python to connect to facebook chat. I am just not able to.
Here is the code
import xmpp
FACEBOOK_ID = "username1@chat.facebook.com"
PASS = "password"
...

