I'm trying to get the list of shares from a publication but it looks like something is wrong;
When I use 1365084196885691/sharedposts
in the Facebook API I get the following JSON
:
{
"data": [
{
"story": "Leo Letto shared your photo.",
"created_time": "2017-03-23T12:22:42+0000",
"id": "1556800757888356_1901235313444897"
},
{
"story": "Leo Letto shared your photo.",
"created_time": "2017-03-22T03:38:47+0000",
"id": "1556800757888356_1900507440184351"
},
{
"story": "BluAnime shared their photo.",
"created_time": "2017-03-22T03:14:53+0000",
"id": "418054508255336_1366219626772148"
},
{
"message": "https://www.facebook.com/BluAnime/photos/a.418514544875999.97023.418054508255336/1365084196885691/?type=3&theater",
"story": "Positive shared your photo.",
"created_time": "2017-03-21T00:22:36+0000",
"id": "427369474003437_1476680245739016"
}
],
"paging": {
"cursors": {
"after": "MTQ3NjY4MDI0NTczOTAxNg==",
"before": "MTkwMTIzNTMxMzQ0NDg5Nw=="
}
}
}
But the post in question currently has 43 Shares, why is facebook not returning the full list of users they shared?