Getting Facebook Share, Like and Comment Counts for a Given URL with API Graph v2.6
问题 As both Legacy REST API and Facebook Query Language (FQL) will no longer be available after 7th August I am looking for an API Graph v2.6 based on alternative to: https://api.facebook.com/method/links.getStats?urls=http://www.imdb.com/title/tt2015381/&format=json https://graph.facebook.com/fql?q=SELECT url, normalized_url, share_count, like_count, comment_count, total_count,commentsbox_count, comments_fbid, click_count FROM link_stat WHERE url='http://www.imdb.com/title/tt2015381/' So far,