Hi guys,
I was working with facebook authentication module, trying to log in using facebook but its seems like its not working. When I try to click the button it ask permission and stuff like that in the facebook site and then redirects back to my site but it seems like nothing happens (didn't logged in) but there are some sessions that I can see using firebug. I am working in my localhost. Is that the cause of it? I tried to log in manually and try to click the button and what it does is log out. I check my facebook id and facebook name in the database and seems to be correct.
By the way I'm not very good with Silverstripe and php. Help is greatly appreciated.
Thanks!
Edit: Just to add some more information. If I am already logged in and if I use the Javascript its seems to connect to the facebook otherwise if I am logged out its similar to the senario above.