TwitterSharp icon indicating copy to clipboard operation
TwitterSharp copied to clipboard

No Publish Tweet Capability?

Open stonstad opened this issue 1 year ago • 1 comments

Thank you for creating this library! I'm looking forward to trying it out. Is there a particular reason why there is no publish tweet capability?

stonstad avatar Mar 30 '23 18:03 stonstad

These are "user based" endpoints where you need a OAuth2 authentication. Till now we just work with app based endpoints where you just need to generate a bearer token once. I work (slowly) implementing all kind of endpoints. You can look at it at my fork. Try it out with the app endpoints and if this works out for you, use the OAuthHelper (beta) for the user endpoints.

marcogruhl avatar Apr 02 '23 21:04 marcogruhl