Welcome Guest, Not a member yet? Register   Sign In
Tank Auth with Facebook Connect Authentication
#23

[eluser]RJ[/eluser]
[quote author="Ted S" date="1304656973"]Just finished installing your script for a new application I'm working on... great stuff, thank you!

Quick question... Have you tried modifying the post-connect page to just request a username to make a minimally invasive process? Can tank auth support a forged / faked email?

Alternatively what about using the facebook email system for users who sign up through that (i.e. [email protected])[/quote]

and here's your card.. in fb_signin()
Code:
if( sizeof($user) == 0)
{
   $this->session->set_userdata('facebook_email', $fb_user['email']);
    redirect('/auth/auth_other/fill_user_info', 'refresh');
}

in fill_user_info()..
Code:
$data = array('email' => $this->session->userdata('facebook_email') ? $this->session->userdata('facebook_email') : '' );
$this->template->build('/auth_other/fill_user_info', $data);

in the view.. (make it hidden if you like)
Code:
<input type="text" name="email" id="email" value="<?php echo set_value('email', $email); ?>"/>

wait, wait, where's the button? "That was easy". ;-)

(Sorry i dont have line numbers, no time to figure out what they would be before all the modifications)


Messages In This Thread
Tank Auth with Facebook Connect Authentication - by El Forum - 03-21-2011, 09:54 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 03-22-2011, 08:36 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 03-22-2011, 05:44 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 03-23-2011, 01:06 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 03-23-2011, 01:08 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 03-23-2011, 05:03 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 03-24-2011, 04:04 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 03-24-2011, 09:40 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 03-25-2011, 04:44 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 03-26-2011, 11:20 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 03-28-2011, 07:50 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 03-28-2011, 09:12 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 03-28-2011, 09:14 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 04-15-2011, 09:13 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 04-15-2011, 08:32 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 04-16-2011, 06:16 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 04-17-2011, 04:15 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 04-20-2011, 07:38 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 04-21-2011, 07:32 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 04-21-2011, 08:11 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 05-05-2011, 05:42 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 05-05-2011, 06:18 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 05-06-2011, 08:37 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 05-19-2011, 02:40 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 05-19-2011, 02:36 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 05-19-2011, 11:24 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 05-21-2011, 01:35 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 05-21-2011, 01:58 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 05-26-2011, 12:26 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 05-27-2011, 02:39 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 05-27-2011, 03:15 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 05-28-2011, 08:20 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 05-31-2011, 02:18 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-06-2011, 08:50 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-07-2011, 05:52 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-09-2011, 02:04 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-09-2011, 06:25 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-09-2011, 07:45 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-10-2011, 07:22 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-10-2011, 07:28 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-13-2011, 02:29 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-13-2011, 07:44 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-13-2011, 08:06 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-14-2011, 08:43 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-21-2011, 01:05 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-22-2011, 07:13 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-22-2011, 10:01 AM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-22-2011, 11:40 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-22-2011, 11:52 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 06-28-2011, 01:06 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 07-22-2011, 01:37 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 08-04-2011, 02:52 PM
Tank Auth with Facebook Connect Authentication - by El Forum - 02-21-2012, 09:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB