hey,
I have a web page and its URL looks like this:
And that's where I put my facebook-signin button:Code:https://mypage.com/login.htm?m=130&task=mytask&skin=myskin
What I'd like to do is to keep those parameters my page was called with, pass them to the spring social controller and when it's done and calls SignInAdapter.signIn() I can redirect the flow toHTML Code:<form action="<c:url value="/social/signin/facebook" />" method="POST"> <button type="submit">Sign in with Facebook</button> <input type="hidden" name="scope" value="email,publish_stream,offline_access" /> </form>Could someone please tell me how to achieve this?Code:https://mypage.com/finishedwithsigningin.htm?m=130&task=mytask&skin=myskin
Thanks for your answer in advance!
Cheers,
b


Reply With Quote
