【问题标题】:How to configure twitter callback url in Spring Social 1.0.2?如何在 Spring Social 1.0.2 中配置 twitter 回调 url?
【发布时间】:2012-06-09 09:05:02
【问题描述】:

我需要配置回调url(重定向URL),在早春社交它配置为


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

请告诉在social 1.0.2如何配置,如果有完整的例子请分享。

【问题讨论】:

  • 你在这里尝试过什么吗?

标签: spring spring-mvc spring-social


【解决方案1】:

还是一样。检查来自 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>

【讨论】:

    猜你喜欢
    • 2017-02-08
    • 1970-01-01
    • 2011-12-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-03-03
    • 2011-06-10
    • 2012-10-19
    相关资源
    最近更新 更多