onlyican Posted August 23, 2010 Share Posted August 23, 2010 Hi Goal: I have a popular website which has stories from users. Moving with the times, I want t to add a FB Like Button. but I also want to record the clicks I have searched for this and cant seem to find anything where I can get the num likes if I go to http://graph.facebook.com/http://www.example.com/page/ (Replacing example.com/page with my URL) I get { "error": { "type": "OAuthAccessTokenException", "message": "An access token is required to request this resource." } } The only alternative I can think of is having a script which goes to http://www.facebook.com/plugins/like.php?href=www.example.com/page/ Reading the code, getting the number between <span class="connect_widget_not_connected_text"> and people like this. </span> Any other suggestions are more than welcome Quote Link to comment https://forums.phpfreaks.com/topic/211489-fb-like-button/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.