0

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.

Muhammad Imran Tariq
  • 22,654
  • 47
  • 125
  • 190

1 Answers1

0

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

Muhammad Imran Tariq
  • 22,654
  • 47
  • 125
  • 190