Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 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?

like image 467
Roger Jin Avatar asked May 01 '14 08:05

Roger Jin


1 Answers

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

like image 133
WizKid Avatar answered Dec 28 '22 13:12

WizKid