I'm using the Facebook connect login API for desktop apps presented here:
I'm finding that the parameters I pass arent working correctly. Here's an example of the URL I use for the site:
If the user logs in correctly, they are redirected to http://www.facebook.com/ instead of the value in the next parameter. This is particularly frustrating since the url of the site they were redirected to is supposed to contain login information. Amazingly, the cancel_ url parameter works fine and sends the user to the correct target (I tried multiple cancel_url values inside of the facebook.com domain and they worked). Anybody dealt with this?