Hi Habuma,
Thanks it's working now.
Type: Posts; User: dikie.aditya; Keyword(s):
Hi Habuma,
Thanks it's working now.
Hello everyone,
I'm previously using spring-social m3 and now trying to use the spring social snapshot build. Here are my current configuration:
1. Spring framework version 3.0.5
2. Spring...
Ok, I've just create this at https://jira.springsource.org/browse/SOCIAL-187
Hi Keith, Thanks for the reply.
Yes my DispatcherServlet is mapped to /app/* and by following your suggestion, I'm now able to fix the problem by adding the /app into my application.url.
...
Hi all,
I'm having trouble implementing the sign in with the service provider accounts, in my case it's Twitter account. The problems occurred after submitting from the Twitter sign in form. The...
Sorry I finally got it fix by changing the form action url to: <c:url value="/app/connect/twitter" />. It turn out that the DispatcherServlet is mapped to the /app/* url pattern in the web.xml
...
Hi, I've similar problem, but in my case it's when performing form submit connecting to twitter.
here are my form code:
<form action="<c:url value="/connect/twitter" />" method="POST">
<button...