Hi,
Is their a way to send a message to all existing followers that can also include an image if so how please great looking libary
As far as I am aware there is no way to publish images in Messages with the public REST API (twitter documentation).
Miss tweetsharp
Well I am here to make you forget TweetSharp. Please give me any positive or negative feedback on the library.
What you like, what you miss, anything is valuable to improve the library.
Regards,
Linvi
Is their a way to send a message to all existing followers that can also include an image if so how please great looking libary
As far as I am aware there is no way to publish images in Messages with the public REST API (twitter documentation).
// Posting to all your followers RateLimit.RateLimitTrackerOption = RateLimitTrackerOptions.TrackAndAwait; var loggedUser = User.GetLoggedUser(); var followers = User.GetFollowers(); foreach (var follower in followers) { Message.CreateMessage("plop"); }
Well I am here to make you forget TweetSharp. Please give me any positive or negative feedback on the library.
What you like, what you miss, anything is valuable to improve the library.
Regards,
Linvi