Twitter oauth2#49
Open
beesaferoot wants to merge 2 commits into
Open
Conversation
Owner
|
@beesaferoot Sorry for the late response. You may need to regenerate the token after you change the permissions from read-only to read-write. |
Contributor
Author
|
Hi @ezeoleaf, Looks like the issue is from the OAuth2 method, I used the 2-step auth which is used as app-only access(read). To include read+write access, the flow (https://developer.twitter.com/en/docs/authentication/oauth-2-0/user-access-token) would be required. The process looks quite complex, could use some pointers. Thanks |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tried creating a tweet while testing but I kept running into permission error (error status
220). I think it could be related to how my Twitter app is set up, not sure why Twitter isn't letting the bot tweet using my API credentials.Although I was able to perform read-only actions like search and lookup.