Facebook Connect does not set cookies
I am trying to implement Facebook Connect on a website with .NET MVC using C #.
I followed the following instructions: http://wiki.developers.facebook.com/index.php/Trying_Out_Facebook_Connect step by step. I can get the login to work like this is that when I login through the site, Iām also logged into Facebook.
To work with this on the server, it seems to me I need to access the cookies that Facebook should leave as:
APIKEY_user
APIKEY_session_key
...
as mentioned here http://wiki.developers.facebook.com/index.php/Verifying_The_Signature .
The thing is, I am not getting any of these cookies. I googled and it seems that I am the only person with this problem. Any ideas as to what I might be doing wrong? Has this happened to someone else?
source to share