CodeIgniter Forums
Codeigniter Facebook Connect Library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Codeigniter Facebook Connect Library (/showthread.php?tid=46347)



Codeigniter Facebook Connect Library - El Forum - 10-28-2011

[eluser]Unknown[/eluser]
Hi to all,

I spent 2 days working on Elliot Haughin Facebook Library. Placed all necessary files in their designated folder
-> config/facebook.php
-> controller/facebook_test.php
-> helper/facebook_helper.php
-> library/facebook.php
-> views/facebook_view.php
-> Also created my website in facebook developer.

Now I can login via facebook and redirected back to my application but the odd parts are:
1. this is now my url looks like after successful login: http://mydomain/facebook_test#_=_
2. also when tried to logout by encoding the url manually to this: http://mydomain/facebook_test/logout it didn't logout. I even check if my facebook account logout but it didn't either.

Please anyone had any luck working on elliot haughin library please do shed me some light...
If needed I can post the controller and view. But I've just copy and paste/follow the instruction in Elliot Haughin Codeigniter - Facebook Connect