In the previous graph api version 2.7 this was working for all count (total, like, comment):
https://graph.facebook.com/v2.7/?fields=id,share,og_object{engagement{count},likes.summary(true).limit(0),comments.limit(0).summary(true)}&id=<ad_url>&access_token=<access_token>
But In graph api new version 2.10 share is depricated.
Can any one help me to get the share count in graph api new version 2.10.