Vadym Kovalenko
Vadym Kovalenko

Reputation: 699

Facebook graph api: post image to feed duplicated capture bug

Im posting message to users feed via Graph Api. I'm using post to this endpoint https://graph.facebook.com/me/feed and sending such parameter: access_token=my_token&message=message&picture=http://www.newyorker.com/online/blogs/photobooth/NASAEarth-01.jpg

Message gets to the wall, but I have duplicated image's host name: enter image description here

What am I doing wrong?

Upvotes: 0

Views: 356

Answers (2)

Vadym Kovalenko
Vadym Kovalenko

Reputation: 699

I've solve it by adding link parameter

Upvotes: 1

Pooya Estakhri
Pooya Estakhri

Reputation: 1289

https://graph.facebook.com/me/feed?access_token=my_token&message=message&picture=http://www.newyorker.com/online/blogs/photobooth/NASAEarth-01.jpg&caption=something

host name appears in caption add your own caption to solve the problem :)

Upvotes: 0

Related Questions