php - How to provide the link picture and link name when posting a post on the new Facebook v2.10 -


on older version of facebook api can pass parameters name, picture , link fields when posting post on facebook api.

but seems deprecated these fields last july 2017. https://developers.facebook.com/docs/graph-api/reference/v2.10/user/feed

i can't use object_attachment parameter since need upload image first, means appear on user's facebook photos.

now, how can same action on new api fields being deprecated?

i think found solution: https://developers.facebook.com/docs/sharing/webmasters

it's not parameter, instead need add meta on page want "posted" facebook.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -