Upload image with facebook API

前端 未结 4 1325
终归单人心
终归单人心 2020-12-18 15:27

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

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-18 15:45

    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.

提交回复
热议问题