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?