# 2FA验证码不正确？token登录授权不成功？请看这里

1.首先2fa的原理都是谷歌验证器，只是使用的工具不一样，如果遇到登录时候验证码死活不正确的情况多半是时区冲突了，可以把2fa密钥直接导入谷歌官方验证器并进行时间校准再去登录就可以了

官方插件地址：<https://chromewebstore.google.com/detail/bhghoamapcdpbohphigoooaddinpkbai>

<figure><img src="/files/OoTyqTkaOb6Rxv9hZTMg" alt=""><figcaption></figcaption></figure>

2.通过token登录推特账号取进行授权时候有时候会显示没有登录，需要输入账号密码。

解决办法：

### 为什么登录后仍提示未登录？

这是因为 Twitter 将域名从 twitter.com 更改为 x.com，但部分 API 仍使用旧域名，导致跨域问题。Chrome 在 x.com 下禁止写入 twitter.com 的 cookies，导致显示未登录。

### 如何解决登录提示问题？

解决方案很简单：在提示登录的页面再次使用插件登录。如果弹出窗口无法显示插件图标，可以通过右键菜单选择“使用 token 登录 Twitter”，输入 auth\_token 即可。

登录后，可能需要退回一步，再次进入授权页面以完成授权。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://web3serve-zhang-hao-shi-yong-zhi.gitbook.io/web3service.shop/2fa-yan-zheng-ma-bu-zheng-que-token-deng-lu-shou-quan-bu-cheng-gong-qing-kan-zhe-li.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
