-
Notifications
You must be signed in to change notification settings - Fork 115
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
TypeError: self._form.on is not a function #67
Comments
Actually the problem in this case is that you're misusing the library. This is a server-side API library meant to run exclusively in Node.js. If you want to interact with the Facebook API in the browser, you should use Facebook's own JavaScript SDK. |
Sorry I didn't make myself clear, I was using it on electron which is also relying on node.js |
Then it could be due to that issue. If they fix it, I'll update the version of |
Thanks, looks like it affects all the project that uses |
@goodhyun How you tackle this issue and uploaded image to fb ? |
For other reasons related to the reliability and attitude towards semver of the We need more information now on whether this bug related to Though if there are other web-based desktop application environments where Facebook's client-side SDK is not available and Graph API access is done in a server-side style, but node's |
I'm having this error while uploading multipart forms via 'me/photos' using webpack/chrome
TypeError: self._form.on is not a function at Request.form (eval at <anonymous> (http://localhost:3000/dist/bundle.js:6239:2),
Isn't this related to this problem?
request/request#1961
The text was updated successfully, but these errors were encountered: