I need to use facebook, share and comment count, passing the post url ("www.example.com/exampleblog") without using fql (since fql is not supported in v2.1).
I do not want below
https://graph.facebook.com/fql?q=SELECT url, share_count, like_count, comment_count, total_count,commentsbox_count, comments_fbid, click_count FROM link_stat WHERE url='http://example.example.com/'
can anyone suggest an alternative to the above that supports api v2.1?
source share