facebook-like

Facebook like callback function not working in opera

对着背影说爱祢 提交于 2019-12-10 11:45:17
问题 Do not work callback functions to this button. Opera Dragonfly for facebook shows this error: Unhandled Error: JSON.parse: Unescaped control char in string: " in the file http://connect.facebook.net/ru_RU/all.js Code pages standard: <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/ru_RU/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs);

iOS Facebook Like Button Not Working With iOS App

白昼怎懂夜的黑 提交于 2019-12-10 11:34:10
问题 Trying to add the Facebook Like Button to an iOS App. Followed the directions online and am seeing an issue. Without the Facebook App Installed on Simulator (8.x, 7,x): When pressing the F Like button, we see a transition to Facebook.com but then quickly returns to the iOS App. It does not go to the proper Facebook Like page where the user can like the URL passed. In the iOS app, the openURL method is being called and the Facebook wasHandled = [FBAppCall handleOpenURL: url sourceApplication:

LIke button of facebook will not fire edge.create or edge.remove in web page

瘦欲@ 提交于 2019-12-10 10:55:36
问题 I have prefered given answer of stackoverflow question Like button will not fire edge.create or edge.remove . But I am getting following error when see in developer tool console in crome browser "Uncaught ReferenceError: FB is not defined fb.php:20 Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains." code is as

Facebook SDK Upgrade to OAuth - PHP and Javascript

不问归期 提交于 2019-12-10 10:43:16
问题 I am trying to upgrade our PHP implementation of Facebook SDK for login according to http://developers.facebook.com/blog/post/503/. The changes explained seem easy enough, change session references to user. However there was one small piece missing, the 'next' url param has been replaced by 'redirect_uri'. I ended up with infinite redirects until I found and changed my 'next' url param. Now, for the Javascript SDK, I noticed the only difference between our current FB.init and the FB.init

Can't get “count” in “likes” and “comments” fields using my own registered app's access_token

亡梦爱人 提交于 2019-12-10 09:19:22
问题 Main Question: When I sent a GET request to retrieve data of someID/POSTS, like https://graph.facebook.com/microsoft/posts?fields=comments,likes&limit=1&access_token= , cannot get the "count" in "likes" and "comments" fields using the access token generated by my own facebook registered app, but can get the expected data if using the access token from Facebook Sample apps, e.g. "HelloFacebookSample". This issue occurs on both Android and FB Graph API Exploer. Also in oder to troubleshoot the

Facebook Thumbnails Issue Traced to safe_image.php

空扰寡人 提交于 2019-12-10 02:19:09
问题 For some reason, facebook's safe_image.php script isn't generating thumbnails, properly. It's generating a 1x1 image... even though the correct image is linked in the script's parameters. Example: <img class="img" alt="" src="https://s-external.ak.fbcdn.net /safe_image.php?d=AQBtrCt_Es_KsED0&w=90&h=90&url=http%3A%2F %2Fwww.southlapatriots.info%2Fimages%2FScamra%2FJayCastilleCouncil2.jpg" The linked image is correct, but it is still only generating a 1x1 image. 回答1: Got the same problem today,

like android application page in facebook from application itself

和自甴很熟 提交于 2019-12-09 23:47:55
问题 Is it possible that a user using android application can like that application page created in Facebook from application itself? 回答1: Yes. Just create a Layout with a WebView Like <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical"> <WebView android:id="@+id/webview" android:layout_width="fill_parent" android:layout_height="fill

FB iframe tab - hide/alter contents if page is not “liked”

↘锁芯ラ 提交于 2019-12-09 23:31:49
问题 This question was migrated from Webmasters Stack Exchange because it can be answered on Stack Overflow. Migrated 8 years ago . How is this done? I've seen some iframe content which was either hidden - in which case a graphic pointing up and saying something to the effect of "like us..." - or an offer - for example a discount available to the viewer if the page is "liked". I've dug around for this, but haven't had any luck. It's been done, but I didn't have the foresight to note which FB pages

Facebook like button not displaying in FancyBox?

北战南征 提交于 2019-12-09 23:27:27
问题 I have applied the Facebook like button on a page where I am displaying all the post from my WordPress admin. I applied the Facebook like button code, and it is working fine here, but when user clicks on the post, that post is getting open in FancyBox where I am applying the Facebook like button , but the Facebook like button is not getting created there. How can I do this? This is the code I am using to create the Facebook like button at both places: <div id="fb-root"></div> <script>

Facebook Open Graph API - og:metatags being ignored

两盒软妹~` 提交于 2019-12-09 17:16:27
问题 I'm troubleshooting an issue where the page title and image aren't being included on facebook likes. Having hit the OG debugger, it looks like none of the og: metatags are being accessed by facebook: Here's a link to the debugger — it's saying it is inferring the og:url and og:title properties which are present on the page. As a matter of testing, I copied the metatags and HTML schema straight from the example on the developer docs and I still get the same warnings. Here's the HTML and start