I am coding OAUTH for Twitter using Scribe framework.

I know that it use Client ID and Client secret for OAUTH. After OAUTH I will get user information.

I am getting this exception org.scribe.exceptions.OAuthException: Problems while creating connection.

Do I need any certificate? What other things I need to make this OAUTH working.

有帮助吗?

解决方案

Certificate is needed and it should be added in servers truststore.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top