facebook - missing post from {page-id}/feed -


assume have post id xxx

then,

visit https://graph.facebook.com/v2.9/xxx?access_token=your_token, can see post

but

this post missing

https://graph.facebook.com/v2.9/me/feed?access_token=your_token

i pretty sure post published , not hidden (by checking field is_published , is_hidden)

i wondering why can not fetch post {page-id}/feed

the post id talking 86398004596_10155126493894597 published @ 2017-07-01t07:22:36+0000

you can reproduce long have page access token:

https://graph.facebook.com/v2.9/86398004596_10155126493894597?access_token=your_token

https://graph.facebook.com/v2.9/86398004596/feed?access_token=your_token


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -