Commented Unassigned: How to use application authentication [2573]
HiI have set up my application with twitter and i used TweetInvi to connect to twitter. Everything works just fine, but the rate limit for Search is 180 while i expect it to be 450. Below is how i...
View ArticleCommented Unassigned: How to use application authentication [2573]
HiI have set up my application with twitter and i used TweetInvi to connect to twitter. Everything works just fine, but the rate limit for Search is 180 while i expect it to be 450. Below is how i...
View ArticleNew Post: Get Tweet Creator Name
How can I take tweet's creator name? It returns null. I want to show tweet's creator name in my program.
View ArticleNew Post: Get Tweet Creator Name
Hi, This should not return null. Could you please give me the code you are using? Linvi
View ArticleNew Post: Get Tweet Creator Name
I used this code to show "new feeds". I want to show name too. var timelineParameter = Timeline.CreateHomeTimelineRequestParameter(); timelineParameter.ExcludeReplies = true; timelineParameter.TrimUser...
View ArticleNew Post: Could not load file or assembly 'System.Net.Http.Primitives'
I reinstalled Tweetinvi and it worked.
View ArticleNew Post: Get Tweet Creator Name
Hi, You explicitly request to not get the user information. Change the TrimUser to false and you should get the information. timelineParameter.TrimUser = false;Regards, Linvi
View ArticleNew Post: GET statuses/retweeters/ids only Returns 100 ids
Hi, Yes the query is a cursor query. A cursor query can be called multiple times to enumerate all the results.https://dev.twitter.com/rest/reference/get/statuses/retweeters/idsvar query =...
View ArticleNew Post: GET statuses/retweeters/ids only Returns 100 ids
yes but i heard that the cursor can only return 100 ids , is the example you provide can return all the 450 ids ?
View ArticleNew Post: Could not load file or assembly 'System.Net.Http.Primitives'
Hi, Good to hear. Could you please let me know how you reinstalled it, just in case someone get the same error. Thanks for the feedback, Linvi
View ArticleNew Post: GET statuses/retweeters/ids only Returns 100 ids
Hi, A single request will return 100 tweets. Calling ExecuteCursorGETQuery will automatically execute 5 requests to get all the retweeter ids. Linvi
View ArticleCommented Unassigned: How to use application authentication [2573]
HiI have set up my application with twitter and i used TweetInvi to connect to twitter. Everything works just fine, but the rate limit for Search is 180 while i expect it to be 450. Below is how i...
View ArticleNew Post: Could not load file or assembly 'System.Net.Http.Primitives'
I simple ran this command for my project in the Package Manager Console window: Update-Package –reinstall TweetinviAPI
View ArticleCreated Feature: DirectMessage Update and Account Settings [2574]
https://twittercommunity.com/t/api-updates-for-direct-messages-rules/36061
View ArticleCreated Feature: Background Image Update [2575]
https://www.apichangelog.com/changes/288ec757-e39c-4824-9f31-2cdd315580a7
View ArticleCommented Issue: GetTwitterQueryParameters Loses Credentials [2570]
I have code that was working fine when run in a single thread environment. I moved it to be a Windows service and suddenly the StreamMatching wasn't firing anymore. It is one single function in which...
View ArticleCommented Task: Code Refactoring [2564]
Refactor Tweetinvi, move classes to their correct location.Initialize all classes in the expected module.Comments: Associated with changeset 43767: Version 0.9.8.x- Code Refactoring regarding TweetList
View ArticleCommented Issue: GetTwitterQueryParameters Loses Credentials [2570]
I have code that was working fine when run in a single thread environment. I moved it to be a Windows service and suddenly the StreamMatching wasn't firing anymore. It is one single function in which...
View ArticleNew Post: Get Tweet Creator Name
I tried it and it worked. Thanks for help and reply. Have a nice day!
View ArticleEdited Issue: GetTwitterQueryParameters Loses Credentials [2570]
I have code that was working fine when run in a single thread environment. I moved it to be a Windows service and suddenly the StreamMatching wasn't firing anymore. It is one single function in which...
View Article