Author Topic: Facebook protocol  (Read 360193 times)

0 Members and 5 Guests are viewing this topic.

Offline SpinalBlood

Re: Facebook protocol
« Reply #540 on: 20 04 2016, 16:31:23 »
thx, that worked
 

Offline cakira

  • Newbie
  • *
  • Posts: 4
  • Country: br
  • Miranda loyal user since it was called Miranda ICQ
Re: Facebook protocol
« Reply #541 on: 09 05 2016, 14:31:30 »
Hello, all!
Does the facebook protocol still work for you?
For some days, I've been unable to login and I receive the following message: Login Error: English (US)

I got the following log for the facebook protocol:

Code: [Select]
[11:24:05 11D0] [Facebook_1] === Beginning SetStatus process
[11:24:05 0940] [Facebook_1] [9.5.2016] Using Facebook Protocol RM 0.2.10.8
[11:24:05 0940] [Facebook_1] *** Beginning SignOn process
[11:24:05 0940] [Facebook_1] *** Negotiating connection with Facebook
[11:24:05 0940] [Facebook_1]  >> Entering login()
[11:24:05 0940] [Facebook_1] @@@ Sending request to 'https://mbasic.facebook.com/profile.php?v=info'
[11:24:05 0940] [Facebook_1] Connection request to mbasic.facebook.com:443 (Flags 11)....
[11:24:05 0940] [Facebook_1] (078C2958) Connecting to server mbasic.facebook.com:443....
[11:24:05 0940] [Facebook_1] (078C2958) Connecting to ip 31.13.85.8:443 ....
[11:24:05 0940] [Facebook_1] (1400) Connected to mbasic.facebook.com:443
[11:24:05 0940] [Facebook_1] (1400 mbasic.facebook.com) Starting SSL negotiation
[11:24:05 0940] [Facebook_1] (1400 mbasic.facebook.com) SSL negotiation successful
[11:24:06 0940] [Facebook_1] @@@ Got response with code 404
[11:24:06 0940] [Facebook_1] @@@ Sending request to 'https://login.facebook.com/login.php?login_attempt=1'
[11:24:06 0940] [Facebook_1] Connection request to login.facebook.com:443 (Flags 11)....
[11:24:06 0940] [Facebook_1] (078C2898) Connecting to server login.facebook.com:443....
[11:24:06 0940] [Facebook_1] (078C2898) Connecting to ip 31.13.85.8:443 ....
[11:24:06 0940] [Facebook_1] (1504) Connected to login.facebook.com:443
[11:24:06 0940] [Facebook_1] (1504 login.facebook.com) Starting SSL negotiation
[11:24:06 0940] [Facebook_1] (1504 login.facebook.com) SSL negotiation successful
[11:24:06 0940] [Facebook_1] (078C2898:1504) Connection closed internal
[11:24:06 0940] [Facebook_1] (078C2898:4294967295) Connection closed
[11:24:06 0940] [Facebook_1] @@@ Got response with code 200
[11:24:06 0940] [Facebook_1] !!! Login error: English (US)
[11:24:06 0940] [Facebook_1] !!! login(): Something with Facebook went wrong
[11:24:06 0940] [Facebook_1] (078C2958:1400) Connection closed internal
[11:24:06 0940] [Facebook_1] (078C2958:4294967295) Connection closed
[11:24:06 0940] [Facebook_1] *** SignOn failed
[11:24:14 11D0] [Facebook_1] === Beginning SetStatus process
[11:24:14 0A9C] [Facebook_1] [9.5.2016] Using Facebook Protocol RM 0.2.10.8

Hum... response code 404... This doesn't seem good.   :(
By the way, I tried creating a new facebook app password, but that had no effect.
 

Offline Robyer

Re: Facebook protocol
« Reply #542 on: 09 05 2016, 15:53:25 »
cakira, you need to switch to development versions of Miranda NG (options / services / plugin updater) and let it update to that. Then it should work.
I was developing mainly Facebook, Omegle, Steam, Dummy and MobileState plugins. Now I'm retired. Goodbye, everyone. ~ You can still find me on Facebook.
 
The following users thanked this post: cakira

Offline cakira

  • Newbie
  • *
  • Posts: 4
  • Country: br
  • Miranda loyal user since it was called Miranda ICQ
Re: Facebook protocol
« Reply #543 on: 09 05 2016, 17:26:54 »
Oh! I thought that Miranda NG wasn't being updated anymore.   ::)
There was plenty of updates! Hopefully, that will solve some crashes that I've had in the last months. Thank you Robyer!

Phew... I thought it was time to retire Miranda, after 15 years. But not yet!    :DRINK:

Just as a note: to connect, I had to turn off Facebook's two step verification, connect with Miranda NG using Facebook's password (not app password), then I turned on again the two step verification.
 

Offline Robyer

Re: Facebook protocol
« Reply #544 on: 09 05 2016, 20:31:40 »
cakira, two step verification (sms code) should work correctly, but you need to use classic account's password always :)
I was developing mainly Facebook, Omegle, Steam, Dummy and MobileState plugins. Now I'm retired. Goodbye, everyone. ~ You can still find me on Facebook.
 
The following users thanked this post: cakira

Offline h0rst

  • Newbie
  • *
  • Posts: 7
Re: Facebook protocol
« Reply #545 on: 16 05 2016, 15:13:15 »
hello!

i've been using this plugin since some time now. it's good but since some days it doesn't remember the last online state when i  start miranda.
it always goes online instead of keeping the invisible status.

where can i fix this problem??
 

Offline Robyer

Re: Facebook protocol
« Reply #546 on: 16 05 2016, 15:38:19 »
h0rst, it depends what remembers the last status.

Miranda itself remembers only last global status (same for all protocols), otherwise you need to use Startup Status or Simple Status Message plugins to specify them better and per account.
I was developing mainly Facebook, Omegle, Steam, Dummy and MobileState plugins. Now I'm retired. Goodbye, everyone. ~ You can still find me on Facebook.
 

Offline h0rst

  • Newbie
  • *
  • Posts: 7
Re: Facebook protocol
« Reply #547 on: 16 05 2016, 17:39:15 »
thanks for the answer robyer.
the startup status plugin  helped. but i couldn't find out why miranda always went online instead of going invisible.
in firefox i've had it invisible and that's all i've used.

anyway. thanks :)
 

Offline Robyer

Re: Facebook protocol
« Reply #548 on: 17 05 2016, 20:22:33 »
I just commited the "Rework loading online contacts" - http://trac.miranda-ng.org/changeset/16843/

From now on you might be seeing wrong statuses of people when compared to website...

I was developing mainly Facebook, Omegle, Steam, Dummy and MobileState plugins. Now I'm retired. Goodbye, everyone. ~ You can still find me on Facebook.
 

Offline h0rst

  • Newbie
  • *
  • Posts: 7
Re: Facebook protocol
« Reply #549 on: 18 05 2016, 04:50:56 »
somehow miranda isn't showing any fb contacts anymore.
it shows me the fb online status icon correctly, but i don't see any friends list anymore.

i haven't changed anything. is fb changing their stuff again?
 

Offline šegi

Re: Facebook protocol
« Reply #550 on: 18 05 2016, 05:46:35 »
Hi,
same here :/
I updated to v0.2.14.0 after that see noone online. I put back v0.2.13.1. but no change.
« Last Edit: 18 05 2016, 05:55:19 by šegi »
 

Offline Robyer

Re: Facebook protocol
« Reply #551 on: 18 05 2016, 12:37:45 »
h0rst, šegi, reverting to 0.2.13.1 should fix the problem.

šegi, you are saying that 0.2.13.1 is not showing anyone online too?
I was developing mainly Facebook, Omegle, Steam, Dummy and MobileState plugins. Now I'm retired. Goodbye, everyone. ~ You can still find me on Facebook.
 

Offline šegi

Re: Facebook protocol
« Reply #552 on: 18 05 2016, 15:52:18 »
Yes. I try it again at home where I'm not approve the update. Unread msg loaded but no one was in online.
All vas trying on invisible mode.

But I'm observe that now in v0.2.14.0 in invisible mode looks like that plugin doesn't checking status of friends, because my Idle time is not 1m as before, but real idle time.
You know what I'm mean?
In online mode I see anybody offline too :/
 

Offline Goraf

Re: Facebook protocol
« Reply #553 on: 18 05 2016, 19:54:28 »
Can confirm that. Still on 2.13.1 and no online contacts on clist (in browser they are)
 

Offline Robyer

Re:Facebook protocol
« Reply #554 on: 19 05 2016, 12:57:23 »
Goraf, so try 0.2.14.0 as it uses the new way and imho should work...
I was developing mainly Facebook, Omegle, Steam, Dummy and MobileState plugins. Now I'm retired. Goodbye, everyone. ~ You can still find me on Facebook.