CodeIgniter Forums
Tank Auth with Facebook Connect Authentication - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Tank Auth with Facebook Connect Authentication (/showthread.php?tid=39825)

Pages: 1 2 3 4 5 6


Tank Auth with Facebook Connect Authentication - El Forum - 07-22-2011

[eluser]Ted S[/eluser]
[quote author="RJ" date="1308826336"]Thanks ericbae -- I'm with Ted, do you have a changelog and is it possible to simple update/add the library and associated files rather than an entire CI build to the repo?

Thanks again.[/quote]

Eric,

Any chance you can explain the updates?

Thanks!


Tank Auth with Facebook Connect Authentication - El Forum - 08-04-2011

[eluser]Unknown[/eluser]
I have the same questions as Ted S. Has anyone found an update to this? Looking to integrate the facebook part for front end and the login itself for the admin side.

Thanks!


Tank Auth with Facebook Connect Authentication - El Forum - 02-21-2012

[eluser]edoc[/eluser]
To imcl and everyone else having this xta2 and facebook issue, I found the solution on this url:
http://blog.codebusters.pl/en/entry/oauth-20-facebook-changes-and-cookie-problem-in-codeigniter.

Basically you have to edit get_facebook_cookie() function inside facebook library, and in the welcome view change $fb_cookie['session_key'] to $fb_cookie['code'].

Hope it helps.

Thanks Eric for this useful extension of tank_auth, only too bad you abandoned it, it was a promising one!