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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -