Question

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.

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top