Jump to content

FB like button


onlyican

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/211489-fb-like-button/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.