facebook-connect

FB Connect - Can It Be Used to share message with multiple users?

I suppose the answer is pretty simple, but i cant find conclusive answer either way. Is it possible to use facebook to log in a user, fetch their friends, allow them to select them and then post to their profiles in turn, even if that means firing up a custom modal with html to select from the list of users friends before passing the ID...

Facebook Connect with multiple FB accounts

Hi Friends, I am developing a business site with Facebook Connect enabled and its working fine for me. Now, I came across a situation where I have a user with 2 or more FB accounts and 1 of them is registered with our site. For example [email protected] (Registered on Facebook and using FB connect on our site) [email protected] (Registe...

Facebook connect problem

I'm trying to add facebook connect button to my ZF web site. After i click on FB connect button the popup with email and password fields opens. But when i send email and password to login with facebook the popub don't close and reload the same page where the facebook connect button was. Any idea? Sorry for my english .. ...

Facebook connect displaying invite friends dialog and closing on completion

I'm trying to create a Facebook Connect application that displays a friend invite dialog within the page using Facebook's Javascript API (through a FBMLPopupDialog). The trouble is to display a friend invite dialog you use a multi-friend form which requires an action="url" attribute that represents the URL to redirect your page to when...

Facebook Connect Publish Stream JS Help

My site allow users to login via Facebook Connect and also allows them to update a status field our site. I want to include a checkbox below the status update field that will allow them to post this update to their Facebook profile as well if they so choose. In order to do this I need the user to grant our application permissions to post...

Generate the facebook signature using my applications secret key?

When you build a website with "facebook connect" and you log into facebook with your username and password, facebook then sets a session on your website. In that session is a generated "signature" This signature is created by combining the data of your "application secret" that only you and Facebook know, and the result MD5 hashed. I ...

How to get list of online friends using FQL with facebook API ?

I have got my friends list after getting logging in on facebook using Facebook connect Java script client API. I want list of my friends that are online at given time. ...

programatically set comment with attachment in fb connect for iphone

Using FB Connect for iPhone. I'd like the user to be able to post a link with thumbnail to their profile. This is done using the "attachment" property on FBStreamDialog. In addition, I'd like to be able to provide a custom interface for the user to enter in a comment with the attachment. (The comment would be the message that's assoc...

website with openid, facebook connect

Hi, My Google app engine java website uses opendid to login, and I plan to add facebook connect. Any thought of how to save the openid/facebook userid elegantly? Many thanks don ...

Example code for using Facebook Connect with Coldfusion

Is there any good example code in Coldfusion 8 that shows how to use Facebook Connect? ...

Facebook Connect Dialog Box doesn't close.

Hi, I'm trying to use Facebook Connect on my website (which mostly uses ASP.NET). When the user clicks on the "Connect" Button, the "Connect URL" in Application Settings opens within the Connect Dialog itself. How can I make the target URL open in the page with the "Connect" button? My button is : <fb:login-button size="large" onlogin=...

Facebook application: storing user photo thumbnails

Hi folks, I'm building a Facebook app that has (as part of its function) a display of a user's FB photos. The terms and conditions on this issue are a little fuzzy to me, so I figured I'd ask this here: Does anyone know if it's acceptable to create thumbnails of their FB photos and store them on my server? If so (provided I've got of...

IE Keyboard focus being stolen in popup window

I have a Flash application that integrated Facebook friend connect. When the user initiates Facebook Friend Connect it pops up a new window that prompts the user to log into facebook. On internet explorer when I type in my username and password I intermittently lose key strokes. If I remove the flash page from the HTML content and do th...

Spring Security: Multiple Logins to the same resources: Form Login + Facebook Connect (uid, sessionKey)

To begin I know about http://blog.kadirpekel.com/2009/11/09/facebook-connect-integration-with-spring-security/ The only problem is that it completely replaces the Form Login with Facebook Connect. I have the native form login in place, I also have Facebook Connect in place, Upon gathering user information I link it to a native accoun...

Facebook pages reviews embedded on own website

Can anyone point me in the right direction to get the "Reviews" tab from a company facebook page embedded into the company website - so reviews placed from either the Facebook page OR the website would accumulate together. Alternatively - I have implemented the simple facebook connect comments on the company site. Is there any way to ad...

How to keep me logged in with facebook connect on iPhone?

Hey, I am using facebook connect sdk for iPhone, every time I start my app and click login, there would be a login screen asking me to input my name and password. Is there any way to keep me logged in once I input my name and password, that's to say, I needn't to input my name and password again the next time I start my app? ...

Send Facebook notification to user who registered on my site via facebook connect.

Let me start by saying facebook's developer documentation sucks. Bad. I'm using the facebooker plugin in rails to let users sign up through facebook connect. Now when certain things occur I want to send notifications to certain users through facebook. I heard some say that notifications must go from one user to another, but I've seen ev...

Wordpress P2 and wp-facebookconnect

Hello I am running the wordpress p2 theme with the wp-facebook connect plugin http://wordpress.org/extend/plugins/wp-facebookconnect/ The plugin works fine except the avitars do not show for posts and status updates (works for replies though) Is any one familiar with this theme and problem? Thanks ...

Asp.net Memebership Authorization without password

To authanticate users in Asp.net Membership we can call method FormsAuthentication.Authenticate(username, password) how can I do the same job (generate session, cookies and all other staff that Authanticate does) without users password? I'm trying to login user over facebook connect. User's facebook id is stored within the users dat...

Facebook Connect: proxied_email not always returned by users_getInfo

Today I realized that FB Connect does not return the proxied_email field in about 4 out of 5 times. (I can reproduce this with a single users repeatedly, so this obviously does not have anything to do with privacy options or permissions) It definitely worked fine last week ago. I could not find any official info that this field is goin...