facebook-connect

facebook content only need this script ???

<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script> <div id="facebook"> <fb:login-button onlogin="facebook_onlogin();"></fb:login-button> </div> <script type="text/javascript"> FB.init("5dbe0d9768c26d9b553f394b3e4ac644", "xd_receiver.htm"); </script> when i cli...

How can I get a list of a user's networks in Facebook Connect?

Now that Facebook has finally began rolling out the ability for 3rd Party developers to set privacy permissions on objects via Facebook Apps and Facebook Connect I would like to begin implementing these permissions to my Facebook App. http://wiki.developers.facebook.com/index.php/Privacy_(FQL) http://wiki.developers.facebook.com/index.p...

Authorize in facebook connect mobile (.net)

Hello, for main version of site i use facebook Developer Toolkit ( http://facebooktoolkit.codeplex.com ), also i need to have access to fb-connect from mobile devices (not smarts) http://wiki.developers.facebook.com/index.php/Facebook_Connect_for_Mobile_Web is there any solution to use this Developer toolkit to authorize in fb-mobile-c...

facebook connect: thumbnail images broken up in FB.Connect.streamPublish pop-up prompt, and on wall for a few minutes

hi there! I'm using facebook connect so that users can publish comments they are leaving on my site on their facebook wall as well. It works as intended, except that in the confirmation pop up, the thumbnail image i provide is broken. Looking at the source, I can see that facebook prepended my image url like this: from: http://www.mys...

Facebook API: FB.Connect.requireSession issues

I have a Facebook app that is built as an iFrame. I am using the JavaScript client API loaded via: http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php In my initialization code, I use the requireLogin method to ensure that the user has authorized the app. I have found this to be necessary to be able to gather t...

Facebook Connect - StreamPublish - Opening Action_Links in new Tab/Window

I have a facebook connect site that is fully operational, except when a user shares a story from my site onto their profile, the resulting Links and Action_Links do NOT open in a new window/tab when the user clicks them. My site opens in the same window as their facebook page. I've scoured the web, and there are several people asking t...

When should use use "FB.Connect.showShareDialog" instead of "FB.Connect.streamPublish"?

It looks like they do virtually the same thing for simple posts. Do they show up in different place in Facebook? Any ideas? ...

Facebook Connect and HTTP basic authentication

I am working on a site that uses Facebook Connect for user login/creation. I have a development server which is used for QA, and I'd like it to be password protected. We wanted to use HTTP basic authentication, but that seems to break Facebook Connect (it falls in a loop). Does anybody know why that may be happening? I believe that basi...

Chrome Facebook Connect Window Resize

I am experiencing a weird issue in Google Chrome for Mac OS X (10.6). I am using the JS Facebook Connect library and FB.Connect.streamPublish to share a story on a users profile. If the user is already logged in to Facebook prior to coming to the share page on my site, there's no problem - the window opens as an absolutely positioned di...

Add a 'cancel' button in an iframed page in a facebook <fb:request-form> that closes a parent popup

This came up for me today and I wanted to share a solution for anyone else with this problem. This is a bit of a hack but as we all know working inside facebook is like that sometimes. I have an application that lives in an iframe and inside that main iframe I have another iframe. I wanted to add a 'cancel' button to a fb request form t...

Does Facebook Connect Increase registration

Is there data on whether or not facebook connect (or similar, friendconnect, openid) actually increase registration? One of my friends is adamant on it despite my misgivings, so I am looking for some hard data if available. Thanks! Edit: I understand this might vary depending on site audience, so let's just assume that my site's users...

Handling user logout on Facebook Connect

I am facing an error with my web app that uses Facebook connect that occurs when the user has both my web app open and Facebook.com open and logs out of Facebook.com. Since my app and the Facebook Connect library is unaware that the session is no longer valid, when it tries to user certain Facebook Connect functions that require a valid ...

Facebook Connect: checking if emails are friends with current FB:Connect user

Hi, I'm planning my first FB Connect site. To start with, people will only be able to log in using FB Connect. I'll add Google and LinkedIn later. But I also already have the email addresses of the many people who I know have some level of interest/connection to my site's data. (Some of those people may well be friends with the logged i...

Is it possible to fetch facebook user's profile without logging using facebook connect?

Basically, I want to fetch facebook profile avatars onto my application since I am using their login to create a particular record. How do we display their profile pic without actually forcing the user to connect into facebook to retrieve these pictures? ...

facebook iframe stream.Publish cannot close dialog or skip

am pulling my hair over this :( spent 10 hrs but nothing came out I read this thread http://forum.developers.facebook.com/viewtopic.php?pid=198128 but it didn't help much. I'm running a local dev App Engine server ( localhost:8080 ) iframe app so I have a couple of problems. 1) on safari 4.0.4, the publish story dialog comes up nice...

facebook connect - automatically login

I want my iphone app automatically logs on to Facebook so that the user only once have to log on Facebook(not at every startup!). I need this feature, because I want to built in a friends highscore and a post-function and it would be annoying always to log in for checking the high score. One example what I mean is the app "Doodle Jump". ...

FB.Connect.logoutAndRedirect(''account/logout') will not redirect, even with proper session

My init line: <script type="text/javascript">function initFB(){FB_RequireFeatures(["XFBML"], function(){FB.init("xxxx", "xd_receiver.htm");});}</script> My logout link: <a onclick="FB.Connect.logoutAndRedirect('account/logout');">Log Out</a> I have a valid session in my webapp, and a valid Facebook session, because my user display ...

Facebook Connect iPhone StreamDialog delegate dialogDidSucceed

Hey. I use FBStreamDialog to let users publish on their news feed. [fbStreamDialog show]; makes the dialog view popup, the user can press cancel or submit that message. Now...my problem is that both buttons close the dialog view and call the delegate method dialogDidSucceed. How do I find out which button was pressed? Its very i...

Now that App-to-User is defunct how can FB Apps go viral?

It seems to me that since Facebook is removing all application to user notifications(except facebook developed applications) that the application economy is going to become stagnate. How does it make sense to make all application to user communication be through proxy email or through a games dashboard that people have to bookmark your ...

facebook connect on iPhone - making calls is giving error 102 "Session key invalid or no longer valid", yet the stream dialogs still work

Hi there, Anyone see this? I've a situation whereby sometimes, [session resume] returns YES. I make a FBRequest.call, and the error delegate gets called. The error has 102 "Session key invalid or no longer valid". However, if within the same session I call up any FBDialogs (e.gr. to publish to a stream), these all work fine. I don't s...