views:

46

answers:

1

Hi,

I have an asp.net site and I use log in to facebook calling http://www.facebook.com/login.php?api_key=API_KEY&connect_display=popup&v=1.0&next=http://localhost/site/login.aspx&cancel_url=http://www.facebook.com/connect/login_failure.html&fbconnect=true&return_session=true&skipcookie=true Logs in very well, returns to my site, I see session parameter in url, but I can't catch any postback or something. Could you help me, please? Thank you

A: 

A couple of things to check:

  • Make sure that http://localhost/site (or whatever the url for the root of your app is) is set in your application's connect settings
  • If you're using the Visual Studio development studio development web server (Cassini), your app's url will include a port (for example, http://localhost:34256/site). This url (including the port) will need to be specified in your connect url in your application's settings on Facebook.
Daniel Schaffer

related questions