9

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 access token which can be used to authenticate a FB chat client via X-FACEBOOK-PLATFORM SASL mechanism, this is clearly described at FB Chat API https://developers.facebook.com/docs/chat. Any FB App created after 30 April is forced to use v2.0 API, hence cannot request user on xmpp_login permission. Although the old app still has one year time to upgrade, I didn't find any info how to mitigate this missing. Is that meaning FB will deprecate the X-FACEBOOK-PLATFORM SASL for its Chat API?

Roger Jin
  • 553
  • 5
  • 15

1 Answers1

3

https://developers.facebook.com/docs/chat have been update now. And yes it is deprecated.

WizKid
  • 4,782
  • 2
  • 21
  • 22
  • 4
    looks Facebook deprecated the entire chat api. This is surprising me. FB doesn't mention any alternative. This is interesting..., an impact from acquisition of Whatsapp? – Roger Jin May 08 '14 at 05:47
  • On the dev site `https://developers.facebook.com/docs/chat` it says `Once version 1.0 is deprecated, chat.facebook.com will no longer be available.` Does it mean facebook chat will be dead or just the domain chat.facebook.com will be dead? – strider Jan 08 '15 at 14:31
  • It means that the chat API will be dead. – WizKid Jan 08 '15 at 17:14