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

New Post: Hey I missing a .dll?

$
0
0
You will have to use the RateLimit and check that you have enough rate to access the information.
var followerRateLimits = RateLimit.GetCurrentCredentialsRateLimits().FollowersIdsLimit;
if (followerRateLimits.Remaining > 0)
{
    // Call method
}
else
{
    // Wait for refreshed rate limit
    Thread.Sleep((int)followerRateLimits.ResetDateTimeInMilliseconds);
}
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>