How can I get urls liked from my website that I have an application for sorted by most liked or get most 10 liked urls from my website please Reply ASAP
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best way is to use google analytics, subscribe for the edge.create event ( which is fired when someone clicked a like button ) and track that with analytics …
If you want to know the likes without analytics then you should first get all the links you want to check and use php or something else to query graph : http://graph.facebook.com/%5Burl to check]
Hope it helps! Cheers