How to use the Facebook api chart to get recommendations from the site

I would like to programmatically receive recommendations (most of the shared elements) from a specific site (not necessarily owned by me, for example http://www.yourtube.com ) using the Graph api. Today I can use the Social plugin Recommendation to get the recommendations displayed on the web page. How to programmatically get the same content using Graph api?

+4
source share
1 answer

You cannot do this via api, but they have a social widget that you can display that will do something like this.

https://developers.facebook.com/docs/reference/plugins/recommendations/

0
source

Source: https://habr.com/ru/post/1336833/


All Articles