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