twittered
twittered copied to clipboard
How to set own account bio?
I'm still learning java, so sorry if I've missed something easy.
I can't find any methods that would let me change my account bio. I know its definitely possible, since I've done it with tweepy for Python, but I can only find a way to get it in this project with User.getDescription
.
Using:
- Java Adoptium JDK 17
- Windows 11 21H2
- twittered 2.16
- Twitter API v1.1 (i think)
Hey @helpimnotdrowning , I don't think that the library has a method to set the user description. Did you check the twitter API documentation ? Not sure such endpoint exists.
I think the description parameter here https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/post-account-update_profile would do this.
Oh you're right. As it's v1 endpoints I didn't plan to implement it until the v2 version is released, but feel free to contribute to the project submitting a pull request :)