I'm building a website including an facebook login system. I thought it would be nice to use javascript on the clientside. Wich will proceed the authentication. After that an AJAX request will be made to my server to check some content into the MySql databases. The problem is that the PHP script doesn't recognise the Facebook session. I checked the cookies and there was no fbsr_[my_app_id] cookie. When I reloaded the page it was there and the AJAX request worked fine. Is there any way to get that cookie without reloading the page? Thnx in advance.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|