Picture posting NOT working with facebook Graph API anymore

前端 未结 6 1826
逝去的感伤
逝去的感伤 2020-12-06 13:41

Picture posting NOT working with Facebook Graph API

The message is posted but the picture is NOT.

I am using the Graph API to post to the wall on Facebook.

6条回答
  •  一向
    一向 (楼主)
    2020-12-06 14:06

    I had the same problem when posting using the graph api via PHP. Dont know what the cause what, but my image URLs contained a - sign (http://the.url/to/the-image.jpg). After renaming the images, everything worked as expected.

    What is your image url?

提交回复
热议问题