Reputation: 699
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:
What am I doing wrong?
Upvotes: 0
Views: 356
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