How to configure twitter callback url in Spring Social 1.0.2? -
i need configure callback url(redirect url) ,in spring social configured
<bean class="org.springframework.social.connect.web.connectcontroller"> <!-- relies on by-type autowiring constructor-args --> <property name="applicationurl" value="${application.url}" /> </bean> please tell how configure in social 1.0.2 ,if have complete example please share.
it still same. check reference documentation springsource.
<bean class="org.springframework.social.connect.web.connectcontroller"> <!-- relies on by-type autowiring constructor-args --> <property name="applicationurl" value="${application.url}" /> </bean>
Comments
Post a Comment