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.
我有一个 oAuthaccess_token并secret_key链接到存储在我的数据库中的一个帐户 ID,例如,一个 Twitter 用户更改了他的 Twitter 帐户的密码。
access_token
secret_key
据我所知,oAuth,access_token对于secret_key这个用户,将再次生成。如何在我的数据库中更新此用户 ID 的令牌?
我认为更改密码的用户不会对访问令牌或机密产生任何影响。在 OAuth 1.0a 中,访问令牌一直有效,直到用户撤销对应用程序的访问权限。