facebook-like

How can I send a facebook user an email when they click on the FB like button?

依然范特西╮ 提交于 2019-12-04 07:02:26
问题 After a user clicks the Facebook like button on my page, I want to automatically send an email to them. Is this possible? 回答1: You cannot enforce user to connect with your application and grant email permission by clicking Like Button. You can however subscribe to edge.create event (using JS-SDK) and call FB.login to provide your user with ability to connect with your app (requesting email permission) so you'll be able to send an email to him. This is an optional and as I said can't be

Can a test user 'LIKE' a brand page?

痴心易碎 提交于 2019-12-04 06:45:19
I'm building an tab for a brand page, which I am testing via Cucumber/Selenium. I have created several test users in different states, but am hanging up on creating a test user who LIKEs my brand. When I visit my own brand page logged in as my real facebook user, I see a LIKE button. When I visit my brand page logged in as a test user, I do not see an option to LIKE the page. I have had no trouble creating or testing users who have given my tab/app permissions. All test users are associated with the brand page in the developers app. Is it possible to have a test user like an existing brand

How to get mutual facebook likes between users who are using an app

房东的猫 提交于 2019-12-04 06:23:33
Let's say two users are using an application and have granted the application appropriate permissions to retrieve their likes. Is it possible using FQL or the graph api to find what likes they have in common? Similar to how you can find mutualfriends between two users using the graph api. I don't think such an api call exists as I went through the docs but I may have missed it. I'd like to know if this is possible and if so, how it can be done. I really stink with SQL and just started with FQL and can get all the likes from a single user, but how do you get only the common likes between two

Facebook Like Button renders 1000px*1000px after pressing Back on Browser on Chrome and blocks page content

时光毁灭记忆、已成空白 提交于 2019-12-04 06:11:04
I implemented html5 version of the like button on the header of my page. once i navigate to another page and press the back button on the browser the FB button renders the iframe the size of 1000px * 1000px and masks the page content. any solutions for this ? is this a known issue? I can confirm this is happening for myself as well across multiple sites. Facebook is aware of the issue which may take some time to fix according to https://developers.facebook.com/x/bugs/663421210369743/ In the short-term, many other developers seems to be suggesting to target the iframe specifically through css

Retrieve Facebook users who like a URL/web page

99封情书 提交于 2019-12-04 05:10:36
问题 How can I retrieve the list of Facebook users that have clicked the like button on an external site? Say I have a like button: <fb:like href="http://example.com/xyz"></fb:like> I'd like a list of FB user IDs of people who have liked it. I've tried OpenGraph: https://graph.facebook.com/OBJECTID/likes/ (where OBJECTID is the id of the like example.com/xyz) and FQL select user_id from like where object_id in ( select id from object_url where url = 'http://example.com/xyz')) but both return empty

Facebook Like button shows the “Confirm” link, but still cannot Like after confirming

痞子三分冷 提交于 2019-12-04 05:09:15
About 90% of the time, when I click on the Like button on my website, the confirm link shows up. When I click confirm, the popup appears and I click "Like". However, the confirm link is still there and my Like was not counted. I clicked confirm multiple times, but it still does not work. I refreshed the page many times, and about 10% of the time, the confirm link never shows up and I can Like it normally. I heard about the Facebook Linter (aka debugger). I "linted" my page and I still cannot Like it. Here's an example page: http://linksku.com/news/funny/i-like-steve-jobs-less-and-less-the-more

Why is Facebook returning the wrong page (affects Facebook Like and Share URL)?

爱⌒轻易说出口 提交于 2019-12-04 04:38:40
When we first put up a blog post, Facebook often (but not always) gets confused about what the page is. Specifically, if you try to use the Like button on the blog page OR if you try to share via the Share link on your profile, Facebook will see the root blog page rather than the actual post page. For example, we recently posted: http://thisorthat.com/blog/2010-song-of-the-year-round-1-results If the user "likes" it, it returns the title for: " http://thisorthat.com/blog " When you run the post URL through the FB Linter, you can see the problem. " http://developers.facebook.com/tools/linter

Facebook: Find out when user liked an URL

那年仲夏 提交于 2019-12-04 03:55:25
问题 I can get pair of user_id - url from url_like table. The only two columns are, as mentioned, user_id, url . I tried to get get date of 'liking' the URL by many ways, by connecting multiple tables, but no luck. One of many examples might be SELECT url, id, type, site FROM object_url WHERE url IN ( SELECT url FROM url_like WHERE user_id = {$target} ) LIMIT 1000", Is there any way how to get date/timestamp of when user liked particular URL? As said I even tried impossible... 回答1: Facebook doesn

Right-align the contents of a Facebook like-button iFrame?

两盒软妹~` 提交于 2019-12-04 03:52:11
I need to right align the contents of a Facebook Like button so that they always sit against the ride side of their set "width". I can do this in Firebug by setting the table to float: right;, but it doesn't appear to work if I define that value in the CSS. Here's in image to explain my question: EDIT: Here's a JSFiddle: http://jsfiddle.net/h66z3/2/ Since you are using the button_count layout, there is a little trick I found that seems to work. Basically you just wait for the iframe to be inserted, and then set its width to 0. It will then automatically resize itself to the proper size. I can

Comment pop up disappears and a “confirm” button appears instead when using facebook like button

不羁的心 提交于 2019-12-04 02:41:48
I'm trying to include a facebook like button in my wordpress blog with the correspondent opengraph tags to show an image, description, etc. While I was testing it (liking and unliking a lot to check results), after clicking the like button, the comment pop up blinked and then out of the blue a "confirm" link appeared. This is so annoying. I've later researched the issue (after banging my head for a big big while) just to find out it seems to be part of a fb policy applied to suspicious sites to prevent spam. Is there any way to fix this? What can I do? This is really a bad thing since this way