0

I need to configure callback url(redirect URL) ,in early spring social it configured as


 <bean class="org.springframework.social.connect.web.ConnectController">
    <!-- relies on by-type autowiring for the constructor-args -->
    <property name="applicationUrl" value="${application.url}" />
</bean>

Please tell how to configure in social 1.0.2 ,if have complete example please share.

1 Answers1

0

It is still the same. Check this reference documentation from springsource.

<bean class="org.springframework.social.connect.web.ConnectController">
<!-- relies on by-type autowiring for the constructor-args -->
<property name="applicationUrl" value="${application.url}" />
</bean>
shazinltc
  • 3,616
  • 7
  • 34
  • 49