facebook-connect

Facebook feed.publishuseraction or showFeedDialog from a profile box

Is it even possible to publish a users feed from a their interactions with an applications profile box? Thanks to answers posted on here I've already got the feed publishing to work on a canvas page but what about from the profile box once it's been added to a profile? Any help is much appreciated, Dave. ...

Force user to enter login even if logged in with Facebook Connect

I have an implementation of Faceebook connect and I have noticed that if you are already logged in to facebook and hit connect, you wont be prompted for your login credentials (because it takes current session data). Is there anyway to make Facebook connect not use the currently logged in user and force each connect to enter their login...

Can you use the same Facebook application for more than one installation of your fb Connect site?

We have many installations of our website, which uses Facebook connect. Of course, there's only one production site, but there are various test sites, and each dev has his or her own install. Having to manage a separate Facebook Application for each is a real hassle. For example, we've had to put a hack in place where the HTML for the lo...

Log out with Facebook Connect in a Cakephp app

I want to include Facebook Connect in a Cakephp app that I'm working on. Right now, I'm trying to implement auto-login with Facebook Connect. I'm able to start a new login session by writing stuff to $this->Session whenever a user's Facebook Connect status is "connected", so I've got the first half of the feature working. The problem com...

Facebook connect iframe applicaitons and ie6 fb:friend-selector

This is one of two scripts I'm having problems with involving the fb:friend-selector. It's a facebook iframe application but no matter what I try, in ie6 the height is around 150px which gives scrollbars. By adding 1px borders it would seem that in other browsers where it does actually work, there is an initial height of around 150px whc...

Facebook App vs. Facebook Connect site

I'm reading Facebook's documentation so I can figure out how to enable Facebook Connect on my site. What confuses me is which parts apply to Facebook applications and Facebook Connect, because I'll be reading along, thinking I'm learning about Facebook Connect, but then I'll reach a section that mentions Facebook applications. For exampl...

How to pass fb_sig_session_key to Facebook Connect?

Hi, I want to get a "permanent" session, i.e. in my app i ask the user for permission for offline_access FB.Connect.showPermissionDialog("offline_access"); In the POST url I get the fb_sig_session_key, and I understand that all i need to do now is to use this fb_sig_session_key, and the user would not need to login with user/password...

Facebook current UID with FQL

How can i get my current UID with FQL.. i want to save traffic and requests with getting the the friends of a user with fql.multiquery "query1": GET NEED MY USERID "query2":"SELECT uid, first_name, last_name FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1=MYUSERID) order by first_name" should return my friends! getting user...

Facebook send messages!

Concerning interaction with other users i want to send a facebook message: http://www.facebook.com/message.php?id=XXXXX&subject=XXXXX&msg=XXXXX Note: {{c|subject}} and {{c|msg}} parameters are optional ways to pre-fill the contents of the message (the user will still be able to edit the message before sending). How can I send t...

How to resume a session on Facebook Connect iPhone

Hi, I'm using Facebook Connect for the iPhone in one of our applications. When the user logs in using FBLoginDialog, we pass the iPhone's session_secret to the server and our server then has access to all of facebook's functionality. However, when we use [session resume], even though it returns true, [session isConnected] returns true ...

Facebook notifications.sendEmail - Insufficient permissions.

Hello when I try to send an E-Mail over Facebook with notifications.sendEmail i get the error Insufficient permissions - Code 200. Both Users the Sender and the (not working) Receiver have installed my Facebook Application with extended permissions email publish_stream really both sender and receiver. normally it is not necessar...

How can I hook up facebook connect with our site's login?

I want to implement something similar to what Digg has done. When the user logs in for the first time, I want it to force them to create an account on my site. More importantly I want to know how to log a user into my site when they login with facebook connect. If they login with facebook connect, they still haven't provided me the pa...

How do we register users -- Facebook Connect users logging in the first time -- when we cannot get an email address from facebook?

Facebook Connect allows for very limited communication and access to the user's information. When a user logs in with Facebook Connect I would like to create an account for the user on our site that is linked up to their Facebook account. The only problem is registration (MembershipService.CreateUser(username, password, email)) requi...

Facebook subdomain issue

Hello, I'm having problems getting fb connect working on subdomains. the connect button comes up fine, but after it authenicates, the popup just goes blank and no action happens after that. I set the base domain for the app that facebook required for subdomains to work. Error Info: For this example look at test.edited.com I get the ...

how to figure out if a facebook user is logged to facebook connect in from C#

I'm trying to figure how whether or not the current user is logged in with their facebook account on my site... I've tried searching around and looking through the facebook namespace but haven't found anything similar to isUserLoggedIn(). I'm guessing I missed it somewhere... Anyone know of a method that would work for this? ...

Facebook Connect into existing Website

Hi, I am exploring adding facebook connect to my site, I have an existing user base and when users connect, I would like them to then add an email and username for my site, this works fine but when the user logs in again using FB connect how can I authenticate them to the account they create previous? Suppose the question is can I sto...

events_create fails in facebook

strugglin to create event in javascript as api.events_create(eventInfo,function(result,ex){ is failing and catch(FacebookRestClientException){ gives TypeError: api.events_create is not a function message=api.events_create is not a function any clue ...

How to force Facebook Connect to use iFrame instead of overlay for authentication

I have FB Connect on my site which allows users to authorize the site to access their FB profile data. I'm using the FB.Connect.showPermissionDialog function to initiate the connect process and grant permissions, how can I force it to always use the popup window connect dialog instead of the overlay method? My page has an incredible am...

Facebook API behind proxy server

my server is using proxy and I am getting following error while using Facebook API. ** PHP Warning: fopen(http://api.facebook.com/restserver.php?method=facebook.fql.query&session_key=&api_key=5c322bef4d8590f9789e499400a7d096&v=1.0) [function.fopen]: failed to open stream: HTTP request failed! in E:\Web\MEXX\www...

How can I display facebook connect within an iframe?

How can I display facebook connect within an iframe? ...