multipart/form

Post multipart/form with image to facebook

monobrau's picture

Hi all!

I'm stuck with using networktools to post an image to a Facebook album.

Right now I've tried adjusting the composition from http://kineme.net/forum/DevelopingCompositions/FacecomwNetworkTools as a base to post multipart/form data.

The error I get returned is:

(#324) Requires upload file

324 OAuthException



However with a curl call (with the same credentials etc.)

curl -F 'access_token=' -F 'message=Check out my photo' -F 'source=@test.jpg' https://graph.facebook.com/album_id/photos

posts without any problems.

I'm wondering if anyone has experience with this or got some input on what I'm doing wrong?

I've attached the composition and also a trace from a successful curl post.