Change from Oauth2 to Oauth1

This commit is contained in:
2025-10-24 22:02:59 +09:00
parent 1a1b8b9077
commit c39b41a21f
3 changed files with 88 additions and 55 deletions

View File

@@ -20,13 +20,6 @@
</properties>
<dependencies>
<!-- Twitter API v2 Client -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>twitter-api-java-sdk</artifactId>
<version>2.0.3</version>
</dependency>
<!-- OpenAI Java Client -->
<dependency>
<groupId>com.theokanning.openai-gpt3-java</groupId>