You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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 :)
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:
The text was updated successfully, but these errors were encountered: