Created Task: Unify default parameters values [2592]
IncludeEntities; IncludeUserEntitities...For default values and parameters
View ArticleSource code checked in, #44195
Version 0.9.8.0 - All parameters are now newable and if a value is required, it must now be set within the constructor.
View ArticleCommented Task: Allow developers to new up Request Parameters [2583]
- Move parameters into Tweetinvi or Interface project.- Move identifiers into Tweetinvi or interface project.Allow developers to new things up.The global idea is that developers do not have to...
View ArticleEdited Task: Allow developers to new up Request Parameters [2583]
- Move parameters into Tweetinvi or Interface project.- Move identifiers into Tweetinvi or interface project.Allow developers to new things up.The global idea is that developers do not have to...
View ArticleEdited Feature: Implement : [lists/ownerships] [1761]
Reference : https://dev.twitter.com/rest/reference/get/lists/ownershipsParameters :- user_id / screen_name- count- cursor
View ArticleEdited Issue: Stream Reset Improvements [2513]
https://tweetinvi.codeplex.com/discussions/573889See the end of the Thread.
View ArticleNew Post: Stream Tweet Place StateCode
I have the "Streams" sample set up and running. I want to simply extract the U.S. state (AZ, IL, TX, etc.) if the tweet is Place.CountryCode = "US". It appears that Place.PlaceType 1 and 6 are relevant...
View ArticleCommented Feature: Implement : [lists/ownerships] [1761]
Reference : https://dev.twitter.com/rest/reference/get/lists/ownershipsParameters :- user_id / screen_name- count- cursorComments: Associated with changeset 44196: Version 0.9.8.0- Implemented...
View ArticleEdited Feature: Implement : [lists/ownerships] [1761]
Reference : https://dev.twitter.com/rest/reference/get/lists/ownershipsParameters :- user_id / screen_name- count- cursor
View ArticleNew Post: Trying to create a stream - autofac throws error
The requested service 'Tweetinvi.Core.Interfaces.Streaminvi.IFilteredStream' has not been registered. To avoid this exception, either register a component to provide the service, check for service...
View ArticleCommented Unassigned: How to search users? [2589]
Hi:I want to search users by term but no specific method developed for this.I have surfed the web and I have found...
View ArticleUpdated Release: Tweetinvi 0.9.8.x
Tweetinvi Update 0.9.8.0Quick OverviewTwitter ListsParametersTwitter Lists This new version complete the implementation of all the methods related with Twitter Lists.It includes the following :User...
View ArticleUpdated Release: Tweetinvi 0.9.8.x
Tweetinvi Update 0.9.8.0Quick OverviewLibrary ChangesTwitter ListsParametersLibrary Changes Please be aware of the changes affecting the methods that used "subjects" into their parameter objects (e.g....
View ArticleUpdated Release: Tweetinvi 0.9.8.x
Tweetinvi Update 0.9.8.0Quick OverviewLibrary ChangesTwitter ListsParametersLibrary Changes Please be aware of the changes affecting the methods that used "subjects" into their parameter objects (e.g....
View ArticleUpdated Release: Tweetinvi 0.9.8.x
Tweetinvi Update 0.9.8.0Quick OverviewLibrary ChangesTwitter ListsParametersLibrary ChangesThe static TweetList class has been renamed TwitterListPlease be aware of the changes affecting the methods...
View ArticleUpdated Release: Tweetinvi 0.9.8.x
Tweetinvi Update 0.9.8.0Quick OverviewLibrary ChangesTwitter ListsParametersLibrary ChangesThe static TweetList class has been renamed TwitterListPlease be aware of the changes affecting the methods...
View ArticleUpdated Release: Tweetinvi 0.9.8.x
Tweetinvi Update 0.9.8.0Quick OverviewLibrary ChangesTwitter ListsParametersLibrary ChangesThe static TweetList class has been renamed TwitterListPlease be aware of the changes affecting the methods...
View ArticleEdited Feature: Implement : [lists/subscriptions] [1759]
Reference : https://dev.twitter.com/docs/api/1.1/get/lists/subscriptionsParameters :- user_id- screen_name- count- cursorComments: Need to change the name of the method to differentiate it from...
View ArticleNew Post: TwitterCredentials doesn't exist in context
Hi, You need to set your credentials before invoking any request.TwitterCredentials.SetCredentials(...); Linvi
View Article