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/.

198 questions
92
votes
13 answers

Running Facebook application on localhost

I am planning to connect to Facebook chat from my localhost. I will need to get the session key from Facebook. When I give the site URL as localhost:8080 or ip-address:8080 it does not work. I read about setting up two apps with 2 different API…
enthusiastic
  • 1,682
  • 4
  • 19
  • 31
88
votes
1 answer

Send message via Facebook Chat API (XMPP) C#

OBSERVE https://developers.facebook.com/docs/chat/ The service and API this document covers has been deprecated with the release of Platform API v2.0. Once version 1.0 is deprecated, chat.facebook.com will no longer be available. Important! Read…
Magnus Karlsson
  • 3,461
  • 2
  • 24
  • 56
37
votes
8 answers

Replacement for Facebook Chat API in v2.0?

Facebook will be deprecating their chat API that currently allows sending chat messages via XMPP. My company is currently working on a product that may take advantage of the chat API and I would like to know more about the future of this…
Nikolay Spassov
  • 1,288
  • 1
  • 12
  • 22
9
votes
1 answer

is group chat for facebook implemented in the API?

I know that the feature for user to user chat is implemented in the API, but I was wondering if they implemented the ability to access the group chat (the chat you can have with your facebook group) has been implemented. I don't see anything about…
kennypu
  • 5,599
  • 2
  • 20
  • 28
9
votes
1 answer

X-FACEBOOK-PLATFORM authentication with SMACK Java library using OAuth 2.0

First post here so please be gentle. I'm building a facebook chat client, using Smack library. I'm using X-FACEBOOK-PLATFORM method in order not to save any passwords. I had it working properly using oauth 1.0, and want to change it to 2.0, cause of…
alscu
  • 918
  • 9
  • 22
9
votes
1 answer

Would FB deprecate the X-FACEBOOK-PLATFORM authentication method for its Chat API

Today, Facebook announces its Graph API v2.0 - https://developers.facebook.com/docs/apps/changelog. One permission xmpp_login is no longer available in the new version according to the change log. This permission is critical in order to generate an…
Roger Jin
  • 553
  • 5
  • 15
8
votes
2 answers

Resizing drop zone for bubble destroy

So I am replicating a similar implementation like the one with the facebook chat bubble and successfully created the drop container for the bubble to be dropped. The functionality I am aiming to achieve is I should be able to drop a bubble in a…
D'yer Mak'er
  • 1,592
  • 5
  • 23
  • 47
8
votes
1 answer

Pusher one to one chat structure

I'm a bit confused on the presence-channels in Pusher's platform, as I'm building a chat application from scratch. Now, I know some of you guys have seen tons of "realtime chat app" topics around, but, I'm looking for a peer-to-peer chat and not the…
Eduard
  • 2,909
  • 5
  • 33
  • 57
8
votes
2 answers

Facebook XMPP Chat API send Message PHP

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 able to connect to the facebook chat server. But that had more of an trial and…
thpl
  • 5,443
  • 3
  • 26
  • 43
8
votes
2 answers

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 need to send messages to several friends at the…
Dmitry Khryukin
  • 6,281
  • 7
  • 34
  • 57
7
votes
2 answers

Shared XMPP connection between Celery workers

My web app needs to be able to send XMPP messages (Facebook Chat), and I thought Celery might be a good solution for this. A task would consist of querying the database and sending the XMPP message to a number of users. However, with that approach I…
Riley Watkins
  • 3,043
  • 2
  • 24
  • 17
7
votes
3 answers

architecture to Facebook-chat from a webpage, (XMPP? Strophe? Punjab?)

I would like to implement FB-chat inside a webpage. I looked around in Facebook API, i found out that chat is allowed only using XMPP. First I tried to connect to FB-chat using Pidgin and it worked fine. My conclusion was that FB-chat server is…
sabah
  • 113
  • 2
  • 8
7
votes
1 answer

Jaxl not doing anything using example. Facebook Chat attempt

$jaxl = new JAXL(array( 'user'=>'akooshesh@chat.facebook.com', 'pass'=>'', // Not required, we will use user session key instead 'host'=>'chat.facebook.com', 'domain'=>'chat.facebook.com'…
Arian
  • 325
  • 1
  • 15
7
votes
1 answer

Android Facebook chat example project

I found sample Facebook Chat Project for iOS here. also i got the facebook chat doc here Same way, Did any one know facebook chat example app or way to implement fb chat in android?
Ganapathy C
  • 5,835
  • 5
  • 39
  • 72
7
votes
1 answer

How does Facebook's Chat Window Remains open and in the same place When you navigate through pages

How does Facebook's Chat Window Remains open and in the same place When you navigate through pages Please before you answer: 1-I'm aware of Ajax very well and the current implementation in Facebook is not normal Ajax like it used to be in the…
Shehabic
  • 6,347
  • 6
  • 46
  • 91
1
2 3
13 14