Twitter API 登录未无缝重定向已批准的用户

Twitter API Login not redirecting approved users seamlessly

我已经实现了使用 Twitter 登录,以便用户可以登录并存储用户的凭据。但是,在他们的 tutorial page 上写着:

Signed in and approved: If the user is signed in on twitter.com and has already approved the calling application, they will be immediately authenticated and returned to the callback URL with a valid OAuth request token. The redirect to twitter.com is not obvious to the user.

在图中,我的应用从不透明地重定向,它总是要求用户授予访问权限:

我需要做些什么才能使我的应用透明重定向吗?如果与它有任何关系,我的网站是通过 https 访问的。

将端点更改为 http://twitter.com/oauth/authenticate instead of http://twitter.com/oauth/authorize