Question: How to upload an image from my webserver to facebook via FB API?
I\'m writing an application that retrieves images from the user\'s photo album, makes some
You are signing your requesting using all the args including the file argument. To get a correct signature you need to sign request without the file argument in the args.