Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
are you using ssl on your site? If not, it is not secure. Session IDs can still be hijacked... – 1337holiday Feb 21 at 5:48

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.