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.
如何从 tumblr 访问令牌中检索 tumblr 用户名?
彻底阅读 API 文档。您需要使用访问令牌通过 OAuth 调用 User Info 方法,这将返回一个 json 对象,其中包括您想要的信息以及一些信息。