Questions tagged [facebook-chat]

For questions relating to Facebook's Chat API (now deprecated with v2.0)

This tag is for questions from developers relating to Facebook's Chat API which has been deprecated with v2.0. This tag is NOT for questions regarding how to use chat in Facebook.

Some documentation is available at https://developers.facebook.com/docs/chat/.

203 questions
3
votes
1 answer

Messages marked as spam by Facebook Chat API

I'm developing a smartphone application that allows the user to login with facebook and then send a message to his friends using the Facebook Chat API. To achieve that I send the facebook access token to my server and then use it in PHP to send the…
3
votes
1 answer

Some FB chat messages sent via xmpp4r do not get received

I try to send a message from one fb user to one of his friends. Most of the time the messages got received. The missing ones are marked as sent in the logs. The ruby gem used for sending the message is xmpp4r_facebook which in turn uses xmpp4r.…
Dimitar Bonev
  • 3,326
  • 1
  • 15
  • 16
3
votes
1 answer

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 facebook and GTalk , when your friend is typing the…
Human Being
  • 8,269
  • 28
  • 93
  • 136
3
votes
0 answers

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 attachments. It looks like it wasn't doable as of a…
Dave Feldman
  • 104
  • 1
  • 9
  • 28
3
votes
0 answers

Chrome Extension: Modify messagetext in facebook-chat when submitted

I'm trying to create a Chrome Extension which modifies the submitted message when the user presses enter in the chatbox. HTML-Code for textarea: