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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -