Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

New Post: Send message to all followers

$
0
0
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).
// 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");
}
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

Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>