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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -