如何在Spring Social 1.0.2中配置twitter回调网址?

时间:2012-06-05 10:35:40

标签: spring spring-mvc spring-social

我需要配置回调网址(重定向网址),在早春社交中配置为


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

请告知如何在社交1.0.2中配置,如果有完整示例请分享。

1 个答案:

答案 0 :(得分:0)

它仍然是一样的。从springsource中查看reference documentation

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