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??
...
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...
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)...
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 ...
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...
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 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??
...
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....
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!
...
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?
...
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...
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...
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...
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"...
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...
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?
...
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...
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 ...
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...
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">
<head>
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0...