Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的连接功能:
$connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, $oauth_token, $oauth_token_secret);
当用户注册我的应用程序时,$oauth_token 和 $oauth_token_secret 是空的。但是当用户已经将我的应用程序授权给他的帐户时,尽管我正在使用他的 oauth 令牌,但会一次又一次地询问此授权。
我该如何解决?