Created
June 25, 2022 06:41
-
-
Save mananai/6ca8aff9e78bd388cca1968a866e2d5d to your computer and use it in GitHub Desktop.
Sample twitter4j.properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| oauth.consumerKey = <API Key> | |
| oauth.consumerSecret = <API Secret> | |
| oauth.accessToken = <Access Token> | |
| oauth.accessTokenSecret = <Access Token Secret> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment