Currently, I am calling the graph api to find out about the "fan page likes". I sleep for 1 second between each call. After around 10,000 calls, I start to experience HTTP 403, which says essentially "Quota Exceeded".
So, because of this, I checking into Real-Time-Updates. Here, I really got into several issues: 1) Cannot subscribe for page/likes For some reason, I am getting this:
{
"error": {
"message": "(#100) \"likes\" is an invalid field name",
"type": "OAuthException",
"code": 100
}
}
I can subscribe, though, to fields: name, feed!
2) The documentation does not reveal how to connect your subscription with the pages you are interested in.
So, I successfully subscribe, but do not know how to add pages to this subscription
Thanks,