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
I've gotten to the point where I am able to input the login details of the Facebook account I wish to use on Tinder. On entering the username and password and authorising the app I am redirected to:
I've gotten to the point where I am able to input the login details of the Facebook account I wish to use on Tinder. On entering the username and password and authorising the app I am redirected to:
http://localhost:8080/fbtoken?#access_token=CAAHZAfscEEk8BAEErB60e0OiiLQ72WvHneiC7LZBLIn82jmuaykuTy9iVHvVccWJ1Itv2os1ZClRLCcMQwtZAkvgCNF5soaba6tZBZCxV14zAJGVJ118DCPLSNmZBZBM7dxZBoCrOQIZB1ZCCWyvTWROgmwREHyYZCfOfuKiBCebpdpVA9VsJ5D3os2BvZAL1GUiFcKQZD&expires_in=6134
Which is a blank page. In Charles I can see that a request is being made which eventually times out with the following:
URL: http://localhost:8080/fbtoken
Status: Failed
Failure: “Remote server closed the connection before sending response header"
So it looks like its unable to properly connect and get the OAuth token?
The text was updated successfully, but these errors were encountered: