Wayne Douglas - 273 - May 9, 2014

I’m trying to use the auth/facebook?continue=http://blah.com (continue) parameter to allow us to redirect users to a specific page from a facebook canvas app. The redirect works if the user was not logged in before hitting the site. However - if the user was logged in prior to hitting the site the continue parameter seems to be ignored. Is there anyway around this?

Here are the different ways to set the redirectUrl:
https://github.com/ServiceStack/ServiceStack/blob/master/src/ServiceStack/Auth/AuthenticateService.cs#L125

What url does it redirect to instead?