-
Notifications
You must be signed in to change notification settings - Fork 33
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
Cannot read property 'user_id' of undefined #5
Comments
I get this same error. At first I had a missing Jade dependency in the package.json so i added jade:"*" and did a npm install, and now when i run it i get the same error as above. |
same problem here. anyone find a solution? |
interested if you have found a solution :) |
Yup...fixed 'jade issue', can't find a simple solution to this one. |
Make sure you put quotations around your app id and app secret.
|
make sure that you are going to the |
I get this error, when return from facebook token:
TypeError: Cannot read property 'user_id' of undefined
at Request._callback (/Users/Feonx/Projecten/node_modules/tinderbot/tinderbot.js:107:23)
at Request.self.callback (/Users/Feonx/Projecten/node_modules/tinderbot/node_modules/request/request.js:121:22)
at Request.emit (events.js:98:17)
at Request. (/Users/Feonx/Projecten/node_modules/tinderbot/node_modules/request/request.js:978:14)
at Request.emit (events.js:117:20)
at IncomingMessage. (/Users/Feonx/Projecten/node_modules/tinderbot/node_modules/request/request.js:929:12)
at IncomingMessage.emit (events.js:117:20)
at _stream_readable.js:938:16
at process._tickCallback (node.js:419:13)
The text was updated successfully, but these errors were encountered: