Is it possible to get the comment count of multiple urls by doing one HTTP request? To get the comment count of one url at the time, I use the following url:
https://graph.facebook.com/https://www.google.com/
According to the documentation, you need to use "batch=" but this does not work. If it is possible, could you please supply an example?
Thanks!