in reply to Re^2: how to calculate the facebook like in perl cgi
in thread how to calculate the facebook like in perl cgi

Facebook
  • Comment on Re^3: how to calculate the facebook like in perl cgi

Replies are listed 'Best First'.
Re^4: how to calculate the facebook like in perl cgi
by romy_mathew (Beadle) on Jun 17, 2011 at 16:45 UTC

    Thanks for the Post saw an article in O'Reilly

    http://answers.oreilly.com/topic/1595-how-to-measure-facebook-activity-with-the-facebook-api-and-perl/

    Am very new in perl and I tat code in the link actually giving error in my test file could you mind checking let us know if that actually work

    My main Idea is to get the like count i set up in my website

      That script won't compile as-is, it is missing use LWP::Simple qw' get '; See perlintro and Modern Perl