I have a blog http://techieme.in and I want to write a java code to fetch the like count on the blog.
I googled a lot but couldn't find any solution. I have code to extract all the text information and images from the posts.
When I checked the source of the blog, I see that the like count is probably generated using some javascript code. So, just wondering if there is any way of extracting the count of FB likes from a blog in java code?