Use the current url of your page as callback url: String callback = urlFor(new RenderPageRequestHandler(new PageProvider(getPage()))).toString();
Regards Sven On 09/30/2011 10:18 PM, bad boy wrote: > Hi > > I am creating a wicket wizard based workflow and in one of the steps, I > ask the user to authenticate via Facebook connect /OAUTH. The Facebook api > enables me to provide return URL where Facebook redirects the user after > successful authentication. > > The user returns to my application and now I want to enable him/her to > jump to the step in the wizard where he/she was before going to Facebook. > > How do I make this happen ? > > Regards > Badami > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
