Ok code-heads, riddle me this... I'm harvesting likes off posts, and I get some weird errors from the API. As an example, this post:
https://www.facebook.com/10151854248210966 (the post)
https://graph.facebook.com/likes?id=10151854248210966 (the graph call for likes)
returns a "GraphMethodException" - no idea why. However, The very next post:
https://www.facebook.com/10151780170490966 (the post)
https://graph.facebook.com/likes?id=10151780170490966 (the graph call for likes)
Spits out all the likes I can handle. I've noticed that some posts do this, and I simply can't figure it out. Any ideas and ways to fix it? If I pop the likes window, the likes are there, so why doesn't Graph API return them?