An answer to the 'how to get Facebook shares and likes of some URL ?' questions
问题 I am building a website where I need to retrieve Facebook shares and likes of numerous links and URLs from different sites. The problem is, for some URLs it is impossible to get what I wanted. For example, when I look for data about links that look like http://www.example.com/?a=1&b=2&c=3 all I get is wrong data about http://www.example.com/?a=1 and the rest of the URL ( &b=2&c=3 ) is simply ignored by Facebook. Here at StackOverflow, a lot of people are looking for an answer and many