-
Notifications
You must be signed in to change notification settings - Fork 250
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
return request object #50
base: master
Are you sure you want to change the base?
Conversation
Any particular reason for returning the Note: This would also mean less compatibility with the official Facebook JS SDK. Something we try to avoid. |
I want to upload photo to facebook but the following codes seems not work. FB.api('me/photos', 'post', {form: ...}, function () {}); If I can get var form = FB.api('me/photos', 'post', {form: ...}, function () {}).form();
form.append(...); |
@poying form attachments api is something I have been internally playing around. Here is what I want it to sort of look like. Let me know how you think of it. Let me know what you think of this.
|
That is great ! Maybe |
Thats a good catch for In the mean time feel free to submit a PR if you would like too. |
File uploads are now supported in |
api
,napi