facebook-connect

FBConnect and personal upload email address

I am writing an iPhone app that needs to be able to upload photos to Facebook as a side effect of sending them in an email. It seems like a gigantic pain to create the album and upload the photos; is there any way that I can get the user's personal upload email through the API and just add that to the recipients in the email that is sent...

FBConnect iPhone: uploading a photo album

Can anyone provide an explanation of how I would go about uploading several photos to Facebook from my iPhone application using FBConnect? I've been reading the documentation, and I'm sort of stumped. ...

FBConnect iPhone: Unknown Error Occurred

I'm uploading photos to Facebook from my iPhone application. I've got it working, except that sometimes, it returns "Unknown Error Occurred". I'm not sure what the problem is. This happens about 75% of the time. Has anyone else encountered this? ...

facebook connect: read Page stream without being logged in

I'm using the facebook developer's toolkit for a facebook connect website. The website posts content to the stream for a page - which I have working fine. I'd like to also get the stream from the page to show users who visit the website - regardless if they are logged in to facebook or not. Facebook provides a handy fan box (fbml) for t...

Is it possible to use an existing Facebook Connect session with Facebooker?

Update: Working as designed once I cleared my cookies. Doh! I'm working on an app that for various reasons uses the Facebook Javascript API to initiate a Facebook connect session. I'd like to be able to use that session in a few rails methods using Facebooker. The basic workflow is like this: User goes to non-rails page and logs in t...

Facebook connect overlays are covered by Flash

Facebook Connect uses JS/CSS overlays/popups for user interaction. I have sites with Flash elements, and no matter how I set the z-indices, the Flash always seems to go to the top. I have a similar and likely related problem with a div with display:fixed at the top of the screen, where it gets covered by the Flash when you start scrolli...

Facebook Connect issues with asp.net

Hello, I am trying to use facebook connection with ie7 in asp.net. when i click on the facebook login button -- facebook gives me a small box to enter my email and password. After login, In most of the websites the small box (login box) will close and the main page login button will change to facebook logout button. but in my code: th...

Problems returning the correct pid from facebook.photos.upload in fbconnect for iPhone SDK

I am using facebook.photos.upload to upload photos direct from my application into facebook albums. This is my current code:- NSMutableDictionary *args = [[[NSMutableDictionary alloc] init] autorelease]; [args setObject:self.facebookString forKey:@"caption"]; UIImage *image = ((iPhotoFitViewController*)self.cameraPickerControlle...

How does CAS Authentication and Facebook connect for SSO works?

I have a question, less pertaining to actual implementation more towards "how it works". We have a CAS server doing the SSO authentication for multiple web protals (sister protals). How does CAS validates the cookies across portals and how does it figure out that user was logged onto sister site. Also extending same question to; can som...

What is a third party cookie?

What is a third party cookie and how is it used in Facebook connect feature? ...

Simplest Facebook JavaScript streamPublish example?

This program should prompt the user to update their stream; instead it does nothing but print "splendid!" on the console. What am I missing here? The documentation seems to suggest that this is all it takes. (I've hidden my API key with Xs; normally I'd use a real key.) <html><head></head> <body> <script src="http://static.ak.connect...

Facebook connect on Google App Engine with Django Patch

We are building a website on Google App Engine, using django patch. We would like to use Facebook connect for two purposes: Authenticate users. Access user's social data. Searching for a solution in the usual places (google, FB, SO) brigs up a lot of noise, many partial solutions and no clear answer. So the question is this: does a...

Embed Facebook Wall Inside a Website Like Twitter

Hello everyone, I was wondering if you can point to any demo/example of an embedded Facebook wall like you might see for Twitter. I would like to add the Facebook updates to a section in my webpage. Your input is kindly appreciated! Thank you. Teixeira ...

How do I detect if a Facebook connect session hasn't expired from PHP/the server?

For my application I need to know if a Facebook Connect session is valid from the server side. The Javascript API lets you know if you are connected to Facebook or not, but it seems that this can't be done from the PHP client library. The scenario where I need it is similar to the following: Log in to The Run Around using Facebook c...

Best java api for facebook connect

What is a good Java api for Facebook connect implementation. something that is atleast moderately documented and is still active in terms of releases. Can I achieve everything with javascript API too? Thanks ...

Wordpress authentication and login manager

Is there a way to create a sort of authentication for wordpress which would block unauthorized users from some particular pages and posts but would allow any user to view some pages. I would also like the users of the blog to be able to register and login through facebook-connect, or google accounts. Is this possible. ...

SSO, Facebook connect, User profile merging.

I have an application which has an internal SSO implemented with it's sister sites; using a CAS implementation. It works fine and allows seamless transition for user between sites. (Though upon first visit to each site; user must provide some basic details to each site). Now we want to go ahead and have facebook connect implemented or f...

Example of ASP.NET/C# using Facebook Connect Toolkit 3.0

Are there any examples of fully functioning code with C# and Facebook Connect with version 3.0 of the toolkit? NOTE: I am specifically interested in version 3.0 of the toolkit. There are plenty of 2.0 examples out there but the 3.0 toolkit deprecates many of the 2.0 objects which makes these examples useless. I am ONLY interested in exa...

Has anyone written or used a Asp.NET membership provider that integrates with Facebook Connect?

I'm looking to allow Facebook Connect logins on my site, but still want to capture some user information and store it in the Profile object. Would also like to allow standard login/pass authentication, with an option to link it to your Facebook account. Much like the way many sites handle Facebook Connect... I'm wondering if someone ...

How to let a user become a fan of a page through Facebook Connect on iPhone

Hi, I'm creating an iPhone App that uses facebook connect to enable the user to post messages to a specific fan page. I also want to allow my users to become a fan of the page through Facebook Connect but I can't find a way to do this. So: is it possible to create a "become a fan"-button in an iPhone app using Facebook Connect? Which AP...