Search code examples
facebookfacebook-graph-apifeed

Why is Facebook getting page feeds twice?


I'm looking for the feeds of a page with Graph API. This is standard endpoint:

https://graph.facebook.com/379715302125701/posts?access_token=mytoken

but it returns every post twice. Why? Temporary error or what? Other service I got haven't any problems.


Solution

  • I used your API request with my access_token and GraphAPI return just one item for every post. I tried it on another Page and get correct data too.

    Maybe try with other app/access_token.