GNOME Bugzilla – Bug 787330
Facebook log-in does not work
Last modified: 2017-09-14 12:37:04 UTC
Created attachment 359241 [details] [review] Proposed patch Once you log in, the webview says success but the dialog never gets closed The problem is that https://www.facebook.com/dialog/oauth gets redirected to https://web.facebook.com/dialog/oauth so the redirected_url is not longer valid when doing the comparison in GoaOAuth2Provider on_web_view_decide_policy() As a workaround we should use web.facebook.com until we make the status detection more robust
Can you still reproduce this? I can't. I tried with both GNOME 3.22 and 3.24. Maybe it was a transient server-side bug? I did find this crash, though: https://bugs.webkit.org/show_bug.cgi?id=176834
(In reply to Debarshi Ray from comment #1) > Can you still reproduce this? I can't. I tried with both GNOME 3.22 and No > 3.24. Maybe it was a transient server-side bug? I do not think so, I was only able to reproduce it with old cookies in ~/.cache/goa-1.0/ once you clear the cookies everything works just fine. So I am going to close this one as duplicate of #781005 *** This bug has been marked as a duplicate of bug 781005 ***
I see. That's interesting.