Closed GoogleCodeExporter closed 9 years ago
Please mention which example your are trying from jar.
There may be a problem in setting successURL or returnURL. You can check this
value yourself in that example or let me know the used example so I can look
into this.
Original comment by tarun.na...@3pillarglobal.com
on 16 May 2013 at 7:43
I have tried the spring example
Original comment by tanugarg...@gmail.com
on 16 May 2013 at 4:01
Please make sure, you have made changed in root-context.xml file in the
following section
<bean id="socialAuthWebController"
class="org.brickred.socialauth.spring.controller.SocialAuthWebController">
<constructor-arg value="http://opensource.brickred.com/socialauth-spring-demo" />
<constructor-arg value="authSuccess.do" />
<constructor-arg value="jsp/accessDenied.jsp" />
</bean>
In the first constructor argument, you'll have to provide the accessible path
of your application e.g
"http://opensource.brickred.com/socialauth-spring-demo". You have to replace
this with yours.
Original comment by tarun.na...@3pillarglobal.com
on 20 May 2013 at 8:23
I ahve made this entry but still its not working
Original comment by tanugarg...@gmail.com
on 22 May 2013 at 4:08
Can you please show me your log details.
Original comment by tarun.na...@3pillarglobal.com
on 24 May 2013 at 3:52
Please open a new issue with log details if you are still facing any difficulty
to run the examples.
Original comment by tarun.na...@3pillarglobal.com
on 11 Jun 2013 at 8:20
Original issue reported on code.google.com by
tanugarg...@gmail.com
on 14 May 2013 at 5:02