Facebook API post link with custom image

I can set up a custom picture and caption for the link. This is now not possible for v2.9. Is there some workaround without specifying og: tags.

When using Facebook Graph v2.8, you can post a link and display your own image instead of "og: image". This was done by adding an image parameter to the hook.

https://graph.facebook.com/v2.9/me/feed?link=https%3A%2F%2Fwww.google.com%2F&picture=https%3A%2F%2Fi.ytimg.com%2Fvi%2FtntOCGkgt98%2Fmaxresdefault.jpg&name=test&message=this%20is%20a%20test&access_token=**********

      

The chart API is 2.9 and according to the docs this should still work the Facebook API

However, it continues to receive the scraper image override. Is anyone else experiencing this issue or has a workaround.? Facebook API

+1


source to share


2 answers


image, name, caption, thumbnail, description are set as obsolete.



https://developers.facebook.com/docs/apps/changelog#v2_9_90_day_deprecations

+5


source


You can use Open Graph to post images with custom description and title.



You can get an idea of ​​it from this link -> https://developers.facebook.com/docs/sharing/webmasters?hc_location=ufi

0


source







All Articles