Im having a problem using Facebook Connect on my latest website. Im running it using the CodeIgniter framework and Elliot Haughin’s library (http://www.haughin.com/code/facebook/).
Everything is setup okay, when the user goes to login, the request is sent to Facebook okay and returns with the code (which i presume identifies the session?).
However, it doesnt seem to update the library, and after doing all this still thinks that the user is not logged in. It makes me think its a bug in the library itself, but I can’t see anyone else with this problem.
I have tried dumping the error log from the library but it doesnt find any problems.
If someone could shed any light I would be so grateful!
I implemented facebook connect without any library just following this tutorial and breaking the code into a model and controller. It worked fine for me, hope it helps!