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 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

share|improve this question
Can you give us at least some code. It is really unclear – vodkhang May 3 '10 at 14:19
It's a link that sends there. – gapo May 4 '10 at 7:13

1 Answer

up vote 0 down vote accepted

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.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.