使用spring-boot进行Twitter开放认证

时间:2017-01-02 06:56:11

标签: spring-boot spring-security oauth twitter-oauth

我尝试使用google / facebook / twitter提供登录信息。所有这三个都配置了以下URL来授权集中重定向:

当重定向发生时,会添加以下参数:

client_id=
redirect_uri=
response_type=
state=
scope=

google facebook 对此感到满意并显示登录屏幕(如果您尚未登录)或同意屏幕..很高兴everafter!

twitter 似乎很不高兴,说: 哇哇! 此页面没有请求令牌。这是我们需要使用您的Twitter帐户的应用程序所需的特殊密钥。请返回发送给您的网站或应用程序,然后重试;这可能只是一个错误。

示例网址:https://api.twitter.com/oauth/authorize?client_id=3698443421GbH3698443421hj&redirect_uri=http://localhost:8080/connect/twitter&response_type=code&state=V2aPvq

为什么?

0 个答案:

没有答案