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.
我正在使用框架OAUTH为 Twitter编码。Scribe
OAUTH
Scribe
我知道它使用Client IDandClient secret用于 OAUTH。在 OAUTH 之后,我将获得用户信息。
Client ID
Client secret
我得到了这个例外 org.scribe.exceptions.OAuthException: Problems while creating connection.
org.scribe.exceptions.OAuthException: Problems while creating connection.
我需要任何证书吗?我还需要什么其他东西才能使这个 OAUTH 正常工作。
证书是必需的,它应该被添加到servers truststore.
servers truststore.