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.

I have a web application made with CodeIgniter using HybridAuth to provide authentication. This app has a Linked Accounts section that displays the Open ID accounts that you've been using on the website, however, if I create a user and link my facebook account to it, I can use it on one browser without many issues, but when I login with the same user in another browser, the session is somehow polluted and any requests to the facebook api will say that my cookie is not valid.

I want to be able to link the account to my own account on the site and the have it linked anywhere I log back in. Is this possible? I even save the specific HybridAuth session data to restore it once I log in in another browser. It works Ok with Twitter, but Facebook does not seems to work.

Any ideas on why this happens?

share|improve this question

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.