guardianproject / ChatSecureAndroid

This project has ended, but ChatSecure iOS continues. For Android, please use Conversations or Zom instead
https://chatsecure.org/blog/chatsecure-conversations-zom/
Apache License 2.0
1.07k stars 521 forks source link

Facebook login stuck at 'signing in' on Android #738

Open ritazagoni opened 8 years ago

ritazagoni commented 8 years ago

I use Andriod 4.1.2. I try to login to Facebook chat with username@chat.facebook.com using the Jabber/XMPP login. The login process gets stuck at 'Signing in'.

n8fr8 commented 8 years ago

Unfortunately, Facebook has recently disabled access to their servers through the open XMPP protocol. We are hoping to move to their new API, but we are not yet sure if it is possible. :(

ritazagoni commented 8 years ago

That's exactly what I was afraid of. Was there any official communication about this from Facebook? Or unofficial...? I read about their response about Crypter stating that they didn't change anything http://www.digitaltrends.com/social-media/facebook-puts-an-end-to-message-encryption-app-crypter/. And all at once Chatsecure and Jitsi Facebook connection don't work either. Thanks!

On Thu, Feb 11, 2016 at 3:35 PM, Nathan Freitas notifications@github.com wrote:

Unfortunately, Facebook has recently disabled access to their servers through the open XMPP protocol. We are hoping to move to their new API, but we are not yet sure if it is possible. :(

— Reply to this email directly or view it on GitHub https://github.com/guardianproject/ChatSecureAndroid/issues/738#issuecomment-182890651 .

n8fr8 commented 8 years ago

Yes they did here quite awhile ago: https://developers.facebook.com/docs/chat

We just didn't believe they would actually follow through, since their April 30th, 2015 deadline passed and it was still working.

keshavkaul commented 8 years ago

@n8fr8 Hi, i was looking around and found this nodejs repo facebook-chat-api. This repo makes it possible to connect to facebook without using the deprecated chat api. Maybe this will be of some help.