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.