Skip to main content

All Questions

0 votes
0 answers
225 views

Facebook SDK Like event not working after ajax call

I'm trying to execute a FB.Event.subscribe after someone click on the like button: window.fbAsyncInit = function () { FB.Event.subscribe('edge.create', function (href, widget) { ...
Édan Smith's user avatar
-1 votes
1 answer
532 views

How to make 'Like' on Status using access tokens

i am trying to implement the 'Like' operator by using access tokens from user. if a user Login in my site using Facebook i will store access token from that user and then using that access token how i ...
Hasgar's user avatar
  • 3
0 votes
1 answer
187 views

edge.create want trigger on like box

I have a like button that works perfectly. But when i try to add callback to the like-box it wont trigger. I read on a stack topic that says its a bug(?) and i tried allot, but i cant find it out. ...
Jayden's user avatar
  • 21
-2 votes
1 answer
343 views

Not Capturing FB Like Event

I have placed FB like button using iframe code... Here is the code for Like Button: <iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fmadamebridal.com%2Fdev%2Fcheckout%2Fonepage%...
Mohal's user avatar
  • 581
1 vote
1 answer
3k views

Facebook Like Button Dynamic Meta Tags (jQuery)

I'm trying to setup a Facebook like button within a modal and I'd like the OG meta to be specific to each image inside the modal. In my script I first add the required OG meta tags: /* INSERT OPEN ...
Aaron's user avatar
  • 2,490
1 vote
0 answers
125 views

ref parameter on likes doesn't work

What I am trying to do is track click throughs of individual users likes and shares. This is easy with a unique link or when using Like, using the ref parameter. What I do now is show the like button ...
Robbert Hofmando's user avatar
0 votes
1 answer
259 views

Multiple Facebook Like Button Issue

I have a gallery of images, each with it's own permalink page. There is a FB Like button for each image, on the gallery page and the permalink. The Like button is assigned to "like" the permalink URL, ...
himynameismarvin's user avatar
1 vote
1 answer
2k views

Like facebook business page using built-in like open-graph api not working with javascript sdk

How do I like a Facebook business page once the user has logged in and authorized my app to Publish on his/her behalf? Here's my code so far: window.fbAsyncInit = function() { FB.init({ appId: '...
mavame's user avatar
  • 399
1 vote
1 answer
2k views

How do I generate Facebook like button with only the FB page ID

So I have a database table with the Facebook page ID's of my users. I would like to generate a like button dynamically with only the ID available to me to do this. The problem as I see it is that I ...
Kevin Beal's user avatar
  • 10.8k
3 votes
0 answers
4k views

FB.Event.subscribe('edge.create', function()) trigger works with Link button but not with Link box

I've created two test pages, one with a Facebook Link button and one with a Link box. When somebody clicks "Like" I want an image pixel to be fired so we can pick this up from the web server logs. It ...
Marcus Olsson's user avatar
1 vote
1 answer
2k views

facebook like button - both sdk and like provided script?

Do i need both of these, as the facebook like button developer page isn't very clear: like button - (i'm assuming Javascript SDK is brought in this way) <div id="fb-root"></div> <...
Jason's user avatar
  • 7,642
4 votes
2 answers
6k views

Capturing the click event of a Like button

I'm trying to subscribe to the Like button click. Here's the code I have: <body> <!-- Facebook Like Button with your App ID --> <div id="fb-root"></div> <script>(...
Steve's user avatar
  • 4,770
1 vote
3 answers
2k views

How to use "like" feature in facebook c# sdk 5.4.1?

in facebook developers site it seems pretty easy.just make a HTTP POST to POST_ID/likes(i got the post i.d). in c# sdk v.5.4.1 there is a POST method but i can't figure out how to use it and make the ...
eric burrell's user avatar
0 votes
3 answers
3k views

Facebook Like button using PHP

My knowledge of Facebook's PHP SDK is limited at this point but is it possible to use their PHP SDK to create a text link version of their 'Like' button?
Smccullough's user avatar
0 votes
1 answer
628 views

Facebook SDK post photo likes

I try to post a photo like on behalf of the current user. But i get #200 Permission Error. What i am doing wrong? Need i other permissions? I tried also with all permissions, still no luck. ...
lcase's user avatar
  • 63

15 30 50 per page