With the api schedule, when I request a user or page feed, there are several messages that have been shared by users, and I can see the number of shares in the data section of one object:
"shares": {
"count": 2
},
When you browse facebook, on this post, when I click on the icon representing “show stocks”, something appears that allows me to see some users who have shared this post, according to the comment “You can only see stocks that by the public or friends. " So, is there a way to get user data from shared resources with an api schedule?
source
share