facebook-connect

Facebook Toolkit 2.0 - Error when running it on a server with asp.net 2.0 installed

I'm getting the following error when trying to run the Facebook Connect toolkit on a server with ASP.Net 2.0 installed - I manually moved over System.Core and System.xml.Linq to the server from the 3.5 DLLs. Most other things seem to run, until I try to access the "users" object - more specifically, the getinfo() method. This is the er...

What is the simplest way to add Facebook Connect to a PHP web site?

Facebook Connect I have spent a few weeks putting together a basic web site which uses Facebook connect as authentication. I have studied 'theRunAround', the provided example application. However the code is convoluted and uses a large number of files and classes, most of which have a lot of functionality that I have no need for. I hav...

IE8 Win7 Facebook Connect Problem

Update 4/8/09 - I'm into a new week with no progress and no answers from the Facebook forums. Not one response over there, which is pretty disappointing. I also cannot figure out how to put a bounty on this question, but I would really, really love to get this issue solved. I have looked at many posts to see if this was posted befor...

Checking for session expiration with Facebook Connect and .Net

Is there a way in the Facebook Connect API for .Net to check if a session is expired or if it is still valid? Some times I can receive the userId but if I try to get any other info, it tells me that the session is expired, which is why I would like to check if the session is expired before trying to receive the uid (since I won't be able...

How do I login in with facebook connect in a flex application.

I've been checking out facebook connect stuff from the new actionscript 3 library from Adobe. I have been trying to figure out how to use the facebook connect button inside of a flex app. In an html page you would us the fbml and it would automatically put the facebook connect button on your page and when the user clicks on it it pops ...

How can I implement Facebook Chat on my site?

I'm developing a site with something similar to the Digg bar at the top. One of the features requested is a live chat using Facebook. Is it even possible to implement Facebook Chat on my site by using Facebook Connect or other methods? And if so, how? [update] I've seen that it works with Pidgin and Adium, but what I'm looking for is a ...

tagging photos in facebook-connect within iphone app

hello stacks! Im adding a fbConnect feature in my iphone app. Was wondering if there is a way to tag photos (names, i.e. John Smith) in the fbConnect api? all the best! ...

Refreshing Facebook session from an iframe application

I've got a Facebook iframe application that is completely external. By this I mean that once a user accesses the canvas URL to load the application, all the links in the iframe app go to my servers, and the canvas page never gets refreshed unless the user navigates to somewhere else on Facebook and comes back (or does a browser refresh)...

Can I restrict the users who connect via Facebook Connect?

I'm building a website and I want it to integrate with Facebook Connect. The one problem I have is that I want to restrict the users connecting to only those who are part of a specific Facebook group or let them connect and have an admin approve their account. Is this possible? ...

Facebook feed

Hi, I am trying to post something on a facebook users feed and then afterwards redirect the user to another page, but it seems like the page just keeps reloading without any promt for sending user feed. FB.Connect.showFeedDialog(1111111, null, null, null, null, null, redirectTo(), null, null); function redirectTo() { window.top.lo...

Unsafe JavaScript attempt to access frame warning in Safari

I'm using Facebook Connect in my app. I have it working pretty well, but in the Safari Error console, I'm seeing errors like this: Unsafe JavaScript attempt to access frame with URL http://...#... from frame with URL http://www.connect.facebook.com/extern/login_status.phpapi_key=..&extern=2&channel=http...xd_receiver.htm. Domain...

How do I get the comments under a status update using the facebook API?

Hi, I have a user that has authenticated with facebook connect and given my app access to publish and read from his stream. I'm trying to get the comments from a specific status update using fql (see my query below), and I keep getting an error code of 1 ("An unknown error occurred"). However, when I try to get statuses, it works perf...

Facebook Connect Implementation questions

I hope this is allowed but I have a number of questions regarding Facebook Connect, I'm quite unsure on how I should approach implementing it. I am working on a live music type service and currently have user registration, etc. If I were to implement Facebook Connect alongside this, would I still be able to email the Facebook Connect us...

Linking Facebook Connect

Hello guys, I've started working on integrated Facebook Connect with my app. I have a slight lack of knowledge problem though. I can perfectly make it so you log into Facebook Connect on my site, etc, shows your details all FB Connect functions work. But, how do I make it so I can store the facebook user ID into my MySQL database as pa...

Facebook Connect Dialog Popup

Hello, When using the "Connect" facebook connect button, when I click it, it opens up a new popup window outside of the current window. This is quite annoying, how am I able to use the inline modal dialog that is found on most sites? I've attached a sample site to see if you can make anything out of it. http://bit.ly/c9Emi Thank you....

Facebook Connect Dialog Doesn't Auto Close

I have implemented Facebook Connect into a HTML page exactly as the tutorial explains here http://wiki.developers.facebook.com/index.php/Trying_Out_Facebook_Connect However when after a user has logged in using the Facebook Dialog, the dialog doesn't close, just shows my webpage in the dialog box? Has any experienced the same problem ...

Stupid Facebook Connect question about customizing the share-button

I really hate asking about anything retarded as Facebook Connect on SO, but their own development forums are horrendous. We're implementing a Facebook share button using this: <fb:share-button class="url" href="http://oursite.com/"&gt;&lt;/fb:shared-button&gt; This is documented(poorly) here: http://wiki.developers.facebook.com/index...

Which Authentication Providers to Use for Single Sign In?

I recently was tasked to implement Single Sign In functionality where users could register and sign in to this site using their credentials from a more popular site. That got me to start looking and asking around as to who was doing Single Sign In. I was surprised to learn how much of a hot button topic it turned out to be. If you have ...

Facebook Content and Ownership

Hello, I am working on an app that imports photos from facebook. It creates a few "auto albums" for the users including one called "Photos of Me", which I think is pretty self explanitory (Yes, the "photos you're tagged in" one, provided by facebook). Anyway, how do I deal with ownership of these photos within my app? do I... Give t...

spring security integrate with facebook connect

may i know is there any tutorials/guideliness on spring security integrate with facebook connect ...