facebook-connect

How to supress logout dialog box - FB connect

FB.Connect.logoutAndRedirect("fb.php"); when i call the above it shows a confirmation dialog before logs me out. How can i modify the code so it doesnt show the dialog box? or i just wanted to show different text on the dialog box. Is there a way around?? ...

iphone application id for facebook connect

In the advanced section of my facebook app that I use for posting feeds to a user's profile from an iphone app, theres a section to enter the "iPhone Application ID". And it says - "If you have an iPhone app using Connect, fill this in with your Apple-provided application ID." I entered my app id. But when I post anything via the ipho...

Connecting to a facebook account permantly with PHP. (Need to check for new notes, photos, videos , etc)

Since I've seen some pretty fun things done with social networking apis (The twitter image encoding project for example) I decided to try and make a CMS/Blog completely administered via a facebook page or group. How can I: Connect to a facebook account when the cms is installing and have it persistently connected (no need to re-auth)...

Resume FB Connect session

i am using FB Connect on my site and i am able get & store offline access session key in DB. My question, i need to display the multiple friend selector form even if there is no FB connect session. How can i force it to resume/create the session i have in DB, so i can display friends in the below form. Since i already got extended ...

Facebook Connect Ping vs. Redirect URL?

I almost have facebook connect working the way I need it on my site, I need to work out a couple bugs still, below is from the facebook connect documents, it list the 3 different URL options below in the settings of FB connect. This could be very useful for me because when a user logs in for the 1st time on my site with facebook, I need...

Multiple friends selector FBML form - FB connect

I am using FB Connect and PHP API. I am able to get the offline access session key and user id. Is there any way that i can display the friend selector form with what i have?? Or do i have to force the user to login again?? I would like to display the form with out logging him every time. ...

can i use fbml without fb connect?

Can i use fbml multiple friend selector tag without using F connect. I mean i have the offline session keys for users. Would like to show multiple friends selector form by using the session keys i have. But i have no idea how to set the session. Is there any way?? ...

Resume Facebook Connect session from iPhone on server

Hello, I have an iPhone app which creates a facebook session and I would like to restore this session on my server to hand off some of the work. I have the iPhone app working perfectly fine, it's just that I am having problems restoring the session - the documentation is lacking, at best (from http://wiki.developers.facebook.com/index....

Sending message to friends using Facebook connect - iPhone SDK

Hi, I have an iPhone application from which I want to send invitations to facebook user's selected friends. I am successfully able to load friends list but not sure how to send message/email to them. Can someone please help me with this? Thanks a lot! ...

FB.Connect.logoutAndRedirect is not redirecting to the specified page

Not sure whats wrong, below code logs me out of facebook but not redirecting to test2.php, after the popup disappears, the page just refreshes, no redirection //test1.php FB.init("xxxxxxxxxxxx", "xd_receiver.htm",{"reloadIfSessionStateChanged":true}); FB.Connect.logoutAndRedirect('test2.php'); can any one help? ...

How to use Facebook Connect in an iPhone webapp

I'm trying to use Facebook Connect from an iPhone webapp, so it would look similar to how it looks in a native iPhone app which is using the Facebook Connect iPhone SDK. The iPhone SDK gets the nice login page by visiting: http://www.facebook.com/login.php?fbconnect=1&connect_display=touch&api_key=<key>&next=fbconnect...

Facebook Connect Login redirecting in Chrome and Safari

Hi, I am having a problem with Facebook Connect that I can't seem to get my head around. A user clicks on the fb-login button, the pop up appears and they authenticate, the pop up closes and the on-login function is called. This happens in IE and Firefox as is expected. However in Chrome and Safari, the pop up redirects to the canvas ur...

Update cookies for Facebook connect based site?

I'm using the Facebook Connect API for the login system on a website built using PHP. There is no straightforward way to determine if a user is logged in. $fb = new Facebook($api, $secret); $fb->get_loggedin_user(); The above function always returns a user id, once a user has authenticated with the site, even if they sign out of Fac...

Facebook create event

I am trying to create events on Facebook using Facebook connect. So far, the $appapikey = 'my key here'; $facebook = new Facebook($appapikey, 'my secret here'); $user = $facebook->require_login(); $fapi = $facebook->api_client; if(!$facebook->api_client->users_hasAppPermission('create_event')){ echo'<script type="text/javascript"...

If facebook connect user changes email will I be notified?

I am integrating facebook connect into my signup area of my site, I have a regualr signup which saves a user email and password in DB for signup and now there will be option to signup and login with facebook connect. I was planning on just adding the email hash that facebook sends to my login table for that user and in there roadmap, th...

Integration of website with a facebook connect or a facebook api

Is the integration of website with a Facebook connect a difficult task? The website is the place where the users can buy deals posted by the site owner/admin. Please let me know on what task is involved in that and how difficult it is for a programmer. How long will it take for an average programmer? ...

iPhone Facebook Connect logout crash after changing views

I've implemented Facebook Connect in my app just like the sample app that Facebook provides and it works well. After a user chooses to share data via Facebook they are taken to a new view and presented with the FB login dialog. When the user is done they exit the FB sharing view and return to my app's previous view. The user stays logged...

Facebook Connect from Localhost, doing some weird stuff.

So maybe the documentation is out of date, or I am just off here. But I have done a slew of FB iframe apps (connect), but I am starting my first FB Connect site. Running it from localhost, and the Connect URL is http:// my_external_IP_address. When I click on the FB login button on my site, it pops up, says waiting for facebook, and it ...

Facebook Connect Callback Not Being Called

I've been following quite a bit of tutorials and digging around source code and I finally got the barebones of my application setup and ready, and it worked! I am doing this all locally so I went ahead and edited my /etc/hosts file to look something like this: 127.0.0.1 dewski.com I can go to dewski.com and have it show my local site...

get facebook user info on PHP

in this simple php file: (http://gist.github.com/273402) <?php session_start(); include_once 'libraries/facebook/facebook.php'; //$fb_user=$facebook->get_loggedin_user(); ?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"&gt; <head> <script src="http://static.ak.connect.facebook.com/js/api_lib/v0...