I also have trouble connecting to Facebook (using latest Miranda NG stable and Facebook RM stable).
Also, I already used the Database Editor to delete the DeviceId.
Connecting to Facebook seems to work, but then the plugin gets a 500 response when calling home() and cancels the sign on process.
This is what my logfile says:
[21:02:31 1320] [Facebook_1] === Beginning SetStatus process
[21:02:31 1610] [Facebook_1] [12.10.2015] Using Facebook Protocol RM 0.2.10.8
[21:02:31 1610] [Facebook_1] *** Beginning SignOn process
[21:02:31 1610] [Facebook_1] *** Negotiating connection with Facebook
[21:02:31 1610] [Facebook_1] >> Entering login()
[21:02:31 1610] [Facebook_1] @@@ Sending request to 'https://mbasic.facebook.com/profile.php?v=info'
[21:02:31 1610] [Facebook_1] Connection request to mbasic.facebook.com:443 (Flags 11)....
[21:02:31 1610] [Facebook_1] (0000000006414ED8) Connecting to server mbasic.facebook.com:443....
[21:02:31 1610] [Facebook_1] (0000000006414ED8) Connecting to ip 31.13.92.10:443 ....
[21:02:31 1610] [Facebook_1] (1448) Connected to mbasic.facebook.com:443
[21:02:31 1610] [Facebook_1] (1448 mbasic.facebook.com) Starting SSL negotiation
[21:02:31 1610] [Facebook_1] (1448 mbasic.facebook.com) SSL negotiation successful
[21:02:31 1610] [Facebook_1] @@@ Got response with code 302
[21:02:31 1610] [Facebook_1] @@@ Sending request to 'https://login.facebook.com/login.php?login_attempt=1'
[21:02:31 1610] [Facebook_1] Connection request to login.facebook.com:443 (Flags 11)....
[21:02:31 1610] [Facebook_1] (0000000006415008) Connecting to server login.facebook.com:443....
[21:02:31 1610] [Facebook_1] (0000000006415008) Connecting to ip 31.13.92.10:443 ....
[21:02:31 1610] [Facebook_1] (1464) Connected to login.facebook.com:443
[21:02:31 1610] [Facebook_1] (1464 login.facebook.com) Starting SSL negotiation
[21:02:32 1610] [Facebook_1] (0000000006415008:1464) Connection closed internal
[21:02:32 1610] [Facebook_1] (0000000006415008:4294967295) Connection closed
[21:02:32 1610] [Facebook_1] @@@ Got response with code 302
[21:02:32 1610] [Facebook_1] Got self user id: 10000**********
[21:02:32 1610] [Facebook_1] << Quitting login()
[21:02:32 1610] [Facebook_1] >> Entering home()
[21:02:32 1610] [Facebook_1] @@@ Sending request to 'https://mbasic.facebook.com/editprofile.php?edit=current_city&type=basic'
[21:02:33 1610] [Facebook_1] @@@ Got response with code 200
[21:02:33 1610] [Facebook_1] Got self dtsg
[21:02:33 1610] [Facebook_1] @@@ Sending request to 'https://mbasic.facebook.com/profile.php?v=info'
[21:02:33 1610] [Facebook_1] @@@ Got response with code 500
[21:02:33 1610] [Facebook_1] !!! home(): Something with Facebook went wrong
[21:02:33 1610] [Facebook_1] (0000000006414ED8:1448) Connection closed internal
[21:02:33 1610] [Facebook_1] (0000000006414ED8:4294967295) Connection closed
[21:02:33 1610] [Facebook_1] *** SignOn failed
Is this known behaviour? Is there a solution to this?