You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
console.log the authorizationCodeRequestUrl L65 in OAuth2Manager.js
use playground to connect uber
copy link obtained from console.log
open link using Chrome desktop in mobile mode (Galaxy S5) using debugger tools
click on facebook -> no redirect after facebook login
open link using Chrome without mobile mode -> works
After some digging I found that this error occurs:
which comes from a token verification code from uber after the facebook redirect:
I found that decodeURIComponent(n) yields {"query":"?breeze_local_zone=dca1, which obviously is a truncated JSON containing incomplete info. n is coming from t.fbstate -- would that mean the facebook state returned is invalid?
..that's just weird as variable o is not even used.
@willtonkin have you seen such madness? This only happens when mobile mode is enabled (i.e. probably when user-agent changes)
To reproduce:
Also seems to happen on Android. Works fine from a desktop browser.
The text was updated successfully, but these errors were encountered: