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.
Twitter API v1.0 今天将被淘汰(除非我完全弄错了——这很有可能)。我想知道在 scribe 中需要进行哪些更改(除了更改 auth url) - 有没有其他人遇到过同样的问题,他们是如何解决的?
到目前为止,只需将 URL 从 1 更改为 1.1 即可。我非常欢迎任何其他建议/信息/警告。
OAuthRequest request = new OAuthRequest(Verb.GET, "https://api.twitter.com/1.1/account/verify_credentials.json");