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
0
votes
1 answer

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 notification occurs on the standard Facebook chat…
0
votes
1 answer

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 message, I get both the message and online presence…
Ronnix
  • 310
  • 4
  • 12
0
votes
1 answer

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 5 in total) to test it simultaneously, I…
Billy Kan
  • 110
  • 1
  • 8
0
votes
2 answers

Facebook XMPP IM name from resource

I'm using FB XMPP and I'd like to know what client is user using. If I use Google Talk chat I can get/set it in Resource atribut. But in FB chat it isn't working. It's allways empty, though I set it. jid = [ node "@" ] domain [ "/" resource ] Using…
sczdavos
  • 2,035
  • 11
  • 37
  • 71
0
votes
1 answer

Facebook Chat limitations

My company develop a product for customer support on Facebook and we want to give the representatives a way to contact the customer via Facebook Chat. I have read the Chat API documentations and it is not clear whether users MUST be friends on…
Yaniv Hakim
  • 91
  • 1
  • 9
0
votes
3 answers

Facebook Chat (XMPP) XEP 0080 support

I have being checking out using a prototype test program the capabilities of the XMPP Facebook Chat, X-FACEBOOK. It worked great using a geoloc message XEP 0080 with Gmail servers, but when i try to send the same XML structure through the…
Yony Bmn
  • 21
  • 1
  • 2
0
votes
1 answer

How to get the API key & session key & session secret key for FB Chat on Android

I am trying to build a chat app for Facebook in android. I am using the X-Facebook Platform authentication method. How can I get the api key & session key & session secretkey. I read in a tutorial that we get it from the FB by signing in as…
0
votes
1 answer

Facebook Chat, XMPP, Setting presence?

When changing the presence in Browser (offline/online) in Facebook Chat, the chat system sends the XMPP message in form: When I send…
Mika Saari
  • 49
  • 1
  • 6
0
votes
1 answer

How to integrate Facebook chat into php website or application

I want to know about, how to integrate facebook chat into my application, i did a lot of R&D and read and implement a lot of example but didn't work. so please if you have a sure shot idea or application or anything that make it happen please reply…
0
votes
1 answer

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 JS?)
Yahoo
  • 4,093
  • 17
  • 59
  • 85
0
votes
1 answer

Facebook Chat, Application, XMPP gives first test account during resource request

I have created two facebook test accounts for my test application. Both test accounts have xmpp_login extended permissions. I am using SleekXMPP python library to connect (with second account) to the chat.facebook.com server. At the Resource Request…
Mika Saari
  • 49
  • 1
  • 6
0
votes
1 answer

zend framework compatible xmpp facebook chat library or sdk

I want to integrate facebook chat to my php zend framework 1.11 project. Is there any facebook chat xmpp library compatible with zend framework?
Hemen Ashodia
  • 202
  • 2
  • 4
  • 21
-1
votes
1 answer

Facebook Messenger Inbox in a Web Dashboard

I am creating a web dashboard and want to integrate my facebook page messenger inbox on the dashboard, so we do not have to login into facebook or messenger to view and reply to the messages we have received on FB. For example the inboxes that…
-1
votes
1 answer

Building Chat App with Angularjs and Firebase

using angularfire seed i would like to know if there is any tutorials about making a private chat between users something like in facebook. you pic a user and then you can chat with him. please let me know about any resources in this topic. using…
user5064821
  • 23
  • 2
  • 5
-1
votes
1 answer

social-auth gives "wrong" facebook id

I use django social-auth for facebook login and need to get facebook user id for using in facebook chat xmpp. Playing it manually, i knew that my id is 10000xxxxxxxxxxxxx but then noticed that social-auth holds another id:…
1 2 3
13
14