The only way users can log into my site is by using facebook login (I use php sdk). I store their email, id, content their create in my db.
I am using CodeIgniter and let them have access to pages based on their facebook user id which is stored in a session variable. I am wondering if that's secure enough. If it's not, what would be most secure way to do it?