New Post: The use of C # Tweetinvi
I'm starting a new setup for Tweetinv eat what can I do?
View ArticleNew Post: The use of C # Tweetinvi
Please elaborate your question, I do not understand what you are asking. Linvi
View ArticleNew Post: GetUserFromScreenName returning null
Hello there, I have tried to reproduce the problem you were referring to, but the rate limit seems to work fine for me. Would you please confirm that the problem is still occurring? Linvi
View ArticleNew Post: The use of C # Tweetinvi
I installed Visual 2013 is located. Tweetinvi to use C # in Visual Studio to add any plug-ins required? I would be glad if you can help.
View ArticleCreated Task: Add new rate limits [2361]
{"rate_limit_context":{"access_token":"1577389800-c8ecF1YWfYJjFraEohBHxqv37xXDnsAOoQOP4vX"},"resources":{"lists":{"/lists/subscribers":{"limit":180,"remaining":180,"reset":1408316431},"/lists/membershi...
View ArticleEdited Task: Add new rate limits [2361]
{"rate_limit_context":{"access_token":"1577389800-c8ecF1YWfYJjFraEohBHxqv37xXDnsAOoQOP4vX"},"resources":{"lists":{"/lists/subscribers":{"limit":180,"remaining":180,"reset":1408316431},"/lists/membershi...
View ArticleNew Post: Strategy - Tweet Refresh
Well, I would advise you to use the UserStream. Using the UserStream you will be able to see all the events occurring to the tweets available on your timeline in live.User Feed Example Linvi
View ArticleNew Post: CreateTweetWithMedia failed sending an image
Hello there, Sure I can investigate this. But before please be aware that twitter does not allow multiple files to be sent from the Twitter API at current time. Otherwise please have a look into the...
View ArticleNew Post: 401 Unauthorized Access a permissions issue?
Hello, I do not know if this is related with the fact that you do not have a phone number registered but I can use the method without getting any error with simple Read permissions. Is there anything...
View ArticleSource code checked in, #38423
Version 0.9.4.0 - Fixed a bug that did not allow developers to generate credentials for users
View ArticleNew Post: The use of C # Tweetinvi
Hi, I would be very happy to help you, but unfortunately I am not sure what you are asking. Are you willing to get some information about how to get Tweetinvi from the nuget package manager in Visual...
View ArticleSource code checked in, #38424
Version 0.9.4.0 - Added test cases for Tweet Length with Media
View ArticleCommented Issue: TweetRemainingCharacters does not take photo into account...
Observe the following code:```var twt = Tweet.CreateTweet("Hulp nodig op vakantie? Dan is het handig dat je bij onverwachte gebeurtenissen een beroep kunt doen op service....
View ArticleEdited Issue: TweetRemainingCharacters does not take photo into account [2348]
Observe the following code:```var twt = Tweet.CreateTweet("Hulp nodig op vakantie? Dan is het handig dat je bij onverwachte gebeurtenissen een beroep kunt doen op service....
View ArticleNew Post: Strategy - Tweet Refresh
I don't want it "live". In fact, my application scenario explicitly does not want it live. What I have is a Windows service that periodically polls Twitter for messages about particular topics of...
View ArticleCreated Feature: Get Multiple Tweets from API [2362]
https://dev.twitter.com/docs/api/1.1/get/statuses/show/%3Aid
View ArticleEdited Feature: Get Multiple Tweets from API [2362]
https://dev.twitter.com/docs/api/1.1/get/statuses/show/%3Aid
View ArticleNew Post: Strategy - Tweet Refresh
What you could do is use the method that you highlighted as it can retrieve up to 100 tweets per request => 100*180 = 18000tweets/15min. Unfortunately I have not implemented this one yet, but I will...
View ArticleCreated Issue: Provide option to cleanup string query in TwitterAccessor [2363]
Give the ability to call : "https://api.twitter.com/1.1/statuses/show.json?id=20,210462857140252672" instead of https://api.twitter.com/1.1/statuses/show.json?id=20%2C210462857140252672Here the comma...
View ArticleNew Post: Strategy - Tweet Refresh
Thank you. That's a lifesaver! Will try it out and let you know (have still some ways to go before I get to that part of the code). PS: Is there a way I can send you a private comm ? @linvi
View Article