-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get facebook token via account.js #141
Comments
Thanks for your test. Where do you got your datr cookie from? I'm using google chrome but I'm not seeing the datr cookie in my 'cookie explorer' |
@agarmaster1987 |
Found the issue. In my country (tested it with 3 friends) is the datr cookie called lu. I don't know why and I'm not wuite sure. |
Can anybody confirm that |
@MasonBurdette |
Hey,
I'm testing around with account.js to get a facebook token. I got the cookies from my friend (datr, c_user & xs) but I'm not receiving an error which should (or could) be called here:
req.on('error', function(e) { ret.error = e; if(cb) cb(null, ret); });
and I'm not receiving any token.I tried to debug it but parsed_token was never send. Tested with:
EXTRA: I'm unable to find my datr cookie. I only have c_user & xs! Anyone know why?
The text was updated successfully, but these errors were encountered: