【发布时间】:2012-11-05 21:21:07
【问题描述】:
我正在使用 spring social 将我的应用程序与附加图像中提到的foursquare face 错误连接起来,同时在给定图像中指定回调 URL。对于同一位置,当我指定“localhost:8080/CabFMS”时,它工作正常。请帮助解决此错误。
谢谢
【问题讨论】:
标签: spring spring-mvc spring-security foursquare spring-social
我正在使用 spring social 将我的应用程序与附加图像中提到的foursquare face 错误连接起来,同时在给定图像中指定回调 URL。对于同一位置,当我指定“localhost:8080/CabFMS”时,它工作正常。请帮助解决此错误。
谢谢
【问题讨论】:
标签: spring spring-mvc spring-security foursquare spring-social
您在对https://foursquare.com/oauth2/authenticate 的调用中包含什么回调 URL?确保它与您的回调 URL完全匹配,直到包含“http://”,并且没有尾随 '/'
【讨论】: