javascript - Get share like count with facebook api graph -


i tried number of on share post js. can on original post :

https://graph.facebook.com/v2.8/?ids={post_id}1&fields=reactions.type(like).limit(0).summary(true).as(reactions_like),reactions.type(love).limit(0).summary(true).as(reactions_love) 

do know if it's possible total of ? mean on original post + on shared post ?

thanks ;)


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -