Skip to main content

Questions tagged [facebook-like]

Widget that enables users of Facebook to "Like" websites, photos, objects, posts, etc.

facebook-like
0 votes
1 answer
507 views

How to get which user has liked page from FB page plugin

I used Facebook Page Plugin to display page like widget (https://developers.facebook.com/docs/plugins/page-plugin) on my site. When I run my site FB page widget is open with like and share buttons. ...
Curious Developer's user avatar
0 votes
0 answers
41 views

Adding Facebook like button with JAde

i am trying to implement facebook like button to my jade page but it displays nothing and i have no idea why could someone explain me why? here is code div.row div.form-group ...
user987's user avatar
2 votes
1 answer
235 views

Userscript does not execute in Facebook "Like" iframe

According to this post, I should be able to get a userscript to work in an iframe simply by specifying a match URL. However, it does not work for me in case of the iframe for Facebook like button ...
Gaurang Tandon's user avatar
0 votes
1 answer
548 views

How I get impression level log data using facebook api

I am working on facebook api. I can get total impression and clicks etc. data from facebook campaigns stats report. But my requirement is to get each impression in individual line. For example if ...
Muhammad Naeem Shahzad's user avatar
1 vote
1 answer
143 views

Check for facebook thumbs up for botframework (node.js)

I am facing an issue whereby unable to whether the user sent a "Thumbs Up". I have found a package (https://www.npmjs.com/package/botbuilder-facebook-thumbs-up), however I am still unable to detect ...
GuessssMe's user avatar
  • 117
0 votes
0 answers
87 views

Facebook Graph API: how to get a list of all the objects I liked?

In order to get a list of likes I need to provide an object-id. If I provide my profile I will only get a list of the pages I liked. I currently Graph = facebook.GraphAPI(access_token=token, version="...
nununo's user avatar
  • 223
3 votes
3 answers
1k views

Laravel / AJAX Like Button Error: Request failed with status code 404

I'm very new to Laravel, AJAX etc. I am a student working on a Twitter type project and this is my first stack question ever made. I've tried to look for answers but the code that my teacher has ...
user3069007's user avatar
17 votes
2 answers
1k views

Facebook Like functionality using C# SDK

I want to display to know when the facebook like button is clicked and upon verify button click, I want to post the like to the fan page. I want to use Facebook C# SDK. Here is my code: Html <...
Pearl's user avatar
  • 9,129
-1 votes
1 answer
87 views

Workaround for Facebook edge.create being removed from the api

We have a credits system than rewards people for liking us on facebook, for marketing purposes. If they like us via the button we put on our platform, we offer them a credit. We used to implement ...
Vlad's user avatar
  • 1,308
0 votes
0 answers
47 views

Append style to facebook like button

I'm trying apply a custom CSS to fb like button using this code: $("#fblike").css("background-color", "red"); But isn't working, I'm getting this error: Uncaught TypeError: Cannot read property 'css'...
Karlna's user avatar
  • 67
-1 votes
1 answer
1k views

How to implement Facebook page like from my site, in a PHP site?

I want to get likes to my Facebook page through my PHP website. How to implement that? I tried below code: <iframe src="http://www.facebook.com/plugins/like.php?href= <?php echo $pageurl;?>&...
Jibin Mathew's user avatar
0 votes
1 answer
690 views

Android - how to display number of likes in a post using firebase

i want to print the total no of likes for particular post.but it gives me an error in this codelong numOfLikes = dataSnapshot.child("likes").getValue(Long.class); and the error is Attempt to invoke ...
Kidanu's user avatar
  • 63
0 votes
1 answer
491 views

Facebook SDK edge.create is deprecated. Any alternative?

edge.create and edge.remove JS SDK Events are deprecated. Is there any alternative to allows users to subscribe to the like happening event (fired when the like action is completed)? I've not found ...
Frostbourn's user avatar
6 votes
3 answers
582 views

SSL breaks Facebook Likes button

My blog https://sonicscoop.com has older posts dating all the way back to 2012 with hundreds of Facebook "likes" such as this one https://sonicscoop.com/2012/08/29/the-big-list-of-free-pro-tools-...
remainstheday's user avatar
11 votes
3 answers
34k views

To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook

As you can see in the screenshot above, I got Facebook app review approval but now I tried to access Facebook public page posts and comments per page. Still, I am getting bellow massage in R Console: ...
Rajib Kumar De's user avatar

15 30 50 per page
1
3 4
5
6 7
266