facebook-like

How do I query links shared by Facebook Pages?

蹲街弑〆低调 提交于 2019-12-25 04:06:41
问题 I can get a user's page/likes list using the graph /me/likes. But how can I return a list of links shared by these Pages? For example, let's say a user likes the Facebook Platform Page. I can pull this id ( 19292868552 ) using the /me/likes graph api. But how can I pull the links that the Facebook Platform Page has shared on their page? For a regular user you would do something like this: Sample FQL: SELECT link_id, title, summary, url FROM link WHERE owner IN (19292868552); But for Facebook

Using Like Button and FB.ui (apprequests) On the Same Page Conflicts

旧时模样 提交于 2019-12-25 03:59:08
问题 I've ran into a problem with a canvas app. If the code for the Like button is enabled, the FB.ui call 'apprequests' gives an error. If I comment out the Like button, its back to normal. Calls with 'stream.publish' work normally tho. My Init code: FB.init({ appId : '12345', status : true, cookie : true, xfbml : true, channelUrl : '/channel.html', oauth : true }); The code for the Like button, generated with the FB tool: <div style="padding-left:177px"> <div id="fb-root"></div> <script>

Facebook Like button shows strange dialog window

你说的曾经没有我的故事 提交于 2019-12-25 01:19:44
问题 I added the following Facebook Like code in my blog. But when I clicked on the button, it showed up a small dialogue window which looks like this: http://www.badongo.com/pic/13928565 I don't want this dialog window. I simply want the count of like button to increase. Someone please help me, thanks! <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "//connect

Can we identify the date on which someone liked my page?

末鹿安然 提交于 2019-12-24 17:53:19
问题 How can we identity the date on which someone liked my page. is there any way where we can identify the date on which someone liked my page ? 回答1: No. You can't even get a list of people that like your page, so you can't get a date they liked it. The only information you can get is how many people like it. You can view a chart of how many people liked your page over time at Facebook Insights. 回答2: Well no, You can make a graph call to the statuses and feeds of a user with valid access_token

Facebook Like Button + Open Graph + Website = Pushing Updates to Likes?

这一生的挚爱 提交于 2019-12-24 16:34:10
问题 I'm looking for a solution for a client, in which they have a page with 27k likes from a Like button installed on a microsite (instead of a Facebook page). They'd like to push an update out to those 27k people. Based off previous knowledge and documentation (noted below), this should be possible. In the Facebook Developer page for the Like button, it states the following: If you include Open Graph tags on your Web page, your page becomes equivalent to a Facebook page. This means when a user

How to use Facebook like button in Android application?

我的梦境 提交于 2019-12-24 15:33:02
问题 I am using the following code to integrate the LIKE functionality in facebook.com with my Android app. First: I used an html file called FacebookLikeView.html and I placed it in "assets/www/" folder, and this is what I used in it: <html xmlns:fb="http://ogp.me/ns/fb#"> <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src ="//connect.facebook.net/en_GB/all.js#xfbml

How do I get the likes number from facebook for a given url?

喜你入骨 提交于 2019-12-24 14:15:15
问题 A url http://www.cnn.com/2014/03/15/world/asia/malaysia-airlines-passenger-vignettes/index.html?hpt=hp_t1 How can I get the facebook like number or twitter posts number or google+ number from this url? 回答1: You can use the following FQL via the Graph API: select url, like_count from link_stat where url='http://edition.cnn.com/2014/03/15/world/asia/malaysia-airlines-passenger-vignettes/index.html' like this: https://graph.facebook.com/fql?q=select%20url%2C%20like_count%20from%20link_stat

Facebook like button doesn't appear

六月ゝ 毕业季﹏ 提交于 2019-12-24 12:01:47
问题 My facebook like button doesn't appear in Firefox, Chrome and IE !! I tried the 3 code options that facebook gives you to generate the button, but nothing! Here is the code: <html > <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2F3eesho.com%2Fmagazine%2Findex.html&send=false&layout=standard&width=450&show_faces=true&action=like&colorscheme=light&font

why facebook FB.Event.subscribe is not working?

亡梦爱人 提交于 2019-12-24 10:59:05
问题 I have developed a web page as follow, would you please help me why this code does not work? When i liked the page, alert in FB.Event.subscribe('edge.create' does not display!? http://www.mandanemedia.com/freelancer/ <div > <div id='subscribe' style='padding:10px; background:#fff;'> <center> <img src="fbbutton.jpg" style="width:290px; height:88px;"/> </center> <fb:like-box href="http://www.facebook.com/pages/MandaneMediacom/275554465891715" width="292" show_faces="true" border_color="#fff"

Is it possible to add a facebook like button on a Java application?

♀尐吖头ヾ 提交于 2019-12-24 10:27:32
问题 I don't want a pop up, I want an actual Facebook like button, has anyone got any idea how I would go about it? Is it against Facebook policy? Thank you 回答1: I don't think this is anything specific to Java. Just use whatever method of generating HTML you are using, and put the tags in to load the Facebook javascript SDK and put an fb:like element on the page. Currently there is no API by which you can create a Like directly - the only way a user may "Like" something on Facebook is using their