Basically I enabled the facebook comment plugin on a website.
Now with graph.facebook.com I would like to index those comment. To do that I can parse the json given by:
http://graph.facebook.com/comments/?ids=[myurl]
The problem is that I will send a lot of request (1 for each page that has the fb comment plugins)
Is there a way to do such operation without encountering a flood control?
You can use multiple urls (separated by
,) to the Graph API to get data for several objects like this:To override limit on url length you can issue POST request and passing
idsnot in the url: