문제

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