facebook-connect

Why does our implementation of the Facebook Like button only post a URL on a user's Facebook profile?

We thought we added the proper tags to enable Facebook to display our Likes in plain english, such as: Bob likes Why We Sold TechCrunch To AOL, And Where We Go From Here on TechCrunch However, Facebook is only posting: Bob likes http://techcrunch.com/2010/09/28... Some guidance would be greatly appreciated. Thanks for your expertise...

Facebook Oauth for mobile web

Hello, I am having a lot of trouble figuring out how to implement Facebook Oauth for mobile web applications. I would like to use the "touch" interface as indicated in the "display" parameter in the following code example on their developer website. Does anyone have experience using this code? I can't seem to get it working in Javascr...

Drupal FB-Connect and IE

i have installed the fbconnect module under drupal 6. i have added <html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> to every pag...

How to display facebook status feed on website with PHP? (similar to twitter feeds)

I've been looking all over for a way to do this, and I'm still rather stumped. What I'd like to do is have a facebook status feed alongside my twitter feed (see footer of this page), but cant seem to find a way of doing this without creating an app to convert my statuses to RSS then reading the RSS in PHP. which gets messy and complicat...

Filtering the list of friends extracted by Facebook graph api ( more of a JavaScript/Jquery question than Facebook API question)

Hello there JavaScript and Jquery gurus, I am getting and then displaying list of a facebook user's friend list by using the following code: <script> function getFriends(){ var theword = '/me/friends'; FB.api(theword, function(response) { var divInfo = document.getElementById("divInfo"); var friends = response.data; divInfo.in...

Can't include facebook inside my codeigniter project

Hi guys. I wanted to include the facebook login inside my application. This is the sample code which I was provided with: <?php require 'facebook.php'; // Create our Application instance (replace this with your appId and secret). $facebook = new Facebook(array( 'appId' => 'my api goes here', 'secret' => 'my api secret goes ...

Problem in updating status of facebook a/c on iphone

I am using facebook api and I want to update my facebook status from my iphone app. But sometime I am successfully able to update the status of from the app but most of time I get an unknown error with code 1. Any help would be appreciated. ...

How to post a link using FB API as a fan page

I'm able to post a message with a link using stream.publish and the author of posts is a page itself as needed. But the links are not included in links feed e.g. https://graph.facebook.com/113996318619716/links or just a "Links" box on the fan page. The reason I need posts to be included in links feed is the relationship with Like butto...

Running Facebook Connect on localhost

Hi, I can't run facebook connect on localhost. I am using app-engine on pydev. I configured the site in facebook to : http://localhost:8080 but it returns an error : API Error Code: 100 API Error Description: Invalid parameter Error Message: next is not owned by the application. Is there a way to work with facebook on localhost? Tha...

how to get access facebook official pages name in local host

how to get access facebook official pages name in local host from facebook.com using fql(facebook query language) after logged in.....i have use the login authentication in local host.... ...

How to create Rails app with Facebook single sign-on ?

I am creating a rails application where I need to allow users to login to my site with their facebook IDs. How do I do that. I don't understand the facebook documentation much. Are there any other clear resources on the internet? thanks ...

Facebook connect for my PHP application

Hi, I would like to make my users to login through Facebook Connect on my PHP web application. Can you please post some resources for beginners. Thanks. Regards, Mugil. ...

Facebook Connect FB.CommentClient.add_onComment Method inexplicably stopped working.

I've been using FB Connect for some time now. The code below has worked fine since I first implemented it. In the last week I did some server configurations to enable mod_deflate and it has stopped working. Comments work, only the callback function has stopped working. Has anyone had a similar experience? Can anyone recommend a ...

facebook profile pic - how to place a border?

I tried to put a border around the profile image received by . The border doesn't seem to wrap around the image correctly like normal images. Does anyone know the right way? Thanks! ...

Facebook connect SDK upgrade?

Hi, I want to upgrade Facebook connect to most recent one. Its old JS SDK with xd_receiver.html I cant find any explanation about using old xd_receiver.html and does new SDK using it now? Could anyone point me to some tutorial how to upgrade from old API to the new one? Also should I upgrade PHP SDK? Thanks ...

how to solve the flash of default facebook connect profile pic

Hi I have been looking for an answer for this since last year, and still no closer, it is problely simple and i have seen it in action on some sites, when you login to the site, you for about 1-2 seconds you see a large default facebook profile pic (the silhouette) then it disappears and the users profile pic appears normally, has anyon...

Facebook Like button and MySQL database

Hello, I want to take the numbers of likes and saving it in a database when a user liked something in the database to add +1 and when a user does not like to be removed from the database to the numbers of -1 likes, this should be done in real time ... at least I think so, if there is a way otherwise be arranged from most liked to least l...

Blank popup with FB connect

I've implemented the facebook connect using Javascript SDK. The authentication works fine when the user I'm trying to authenticate is not logged into facebook. But when he's already logged into facebook the login popup never closes. The url of the popup starts with "http://static.ak.fbcdn.net/connect/xd_proxy.php#cb=....." This happens ...

UIWebview Facebook Connect

Inside a UIWebView the user can click on FB connect button the page displays and when I hit login the UIWebView turns blank and stops there. On a regular browser after the login is hit, it looks like it goes on fb and redirects back to the webite. I'm not sure what to change on the UIWebView so that it handles it like Safari does edit...

cannot render serverfbml in Linux (ubuntu + apache2 + asp.net mvc)

I am writing a facebook application. The application is written in ASP.NET MVC. For the compatibility reason, I chose to use .NET 3.5 instead of .NET 4 (Because the application will be ported to Linux with MONO, which previous supports up to .NET 3.5). In the end of the applicaton, user will see a friend selector to send invitation. Plea...