Commented Feature: Getting raw json from queries [1918]
Provide a solution enabling developers to get RawJson from any query performed with Tweetinvi.Comments: Associated with changeset 33284: Version 0.9.0.0- Implemented TrendsJsonController- Added the...
View ArticleSource code checked in, #33289
Version 0.9.0.0 - Updated the TwitterAccessor to have null checking in the TryExecuteQuery so that it returns null - Implemented missing methods to the TweetController - Moved the geo query parameter...
View ArticleCommented Feature: Update : [code/unity] Migrate application design to use...
Implement Unity and Dependency injection to enable the development of Unit Tests as Tweetinvi currently only have Integration tests.Comments: Associated with changeset 33289: Version 0.9.0.0- Updated...
View ArticleNew Post: Retrieving Twitter Server time
I can see why you'd want this: the timestamp of the tweet is relative to the time of the server, if the client's local-time is not perfectly in-sync the current messages would appear to either be in...
View ArticleNew Post: .Net 3.5 Compatibility
Just for the record, I had a recent problem with this as well. Although Mono supports .NET 4 / 4.5, Unity3D 4.x only supports .NET 2.0. Technically, .NET 3.5 leverages the 2.0 CLR as well so it can...
View ArticleNew Post: .Net 3.5 Compatibility
Hi Bcook, Thanks you for your comment which I think is quite interesting. I did not wish to use 3.5 because the platform is starting to get old and even though there are use cases for .NET 3.5. I think...
View ArticleSource code checked in, #33294
Version 0.9.0.0 - Implemented the TweetJsonController - Added missing features to TweetJson
View ArticleCommented Feature: Getting raw json from queries [1918]
Provide a solution enabling developers to get RawJson from any query performed with Tweetinvi.Comments: Associated with changeset 33294: Version 0.9.0.0- Implemented the TweetJsonController- Added...
View ArticleSource code checked in, #33302
Version 0.9.0.0 - Cleanup the UserController - Extracted the UserQuery generation with the UserQueryGenerator - Added missing features of the UserController to the static User class
View ArticleCommented Feature: Getting raw json from queries [1918]
Provide a solution enabling developers to get RawJson from any query performed with Tweetinvi.Comments: Associated with changeset 33302: Version 0.9.0.0- Cleanup the UserController- Extracted the...
View ArticleCommented Feature: Update : [code/unity] Migrate application design to use...
Implement Unity and Dependency injection to enable the development of Unit Tests as Tweetinvi currently only have Integration tests.Comments: Associated with changeset 33302: Version 0.9.0.0- Cleanup...
View ArticleSource code checked in, #33304
Version 0.9.0.0 - Implemented the UserJsonController - Implemented the UserJson static class - Corrected bug for TweetController that was not enable to create an ITweetQueryValidator
View ArticleSource code checked in, #33305
Version 0.9.0.0 - Implemented SavedSearch.Create allowing to add a search query to the user account. - Implemented SavedSearchJson.Create
View ArticleCommented Feature: Getting raw json from queries [1918]
Provide a solution enabling developers to get RawJson from any query performed with Tweetinvi.Comments: Associated with changeset 33305: Version 0.9.0.0- Implemented SavedSearch.Create allowing to add...
View ArticleCommented Feature: Update : [code/unity] Migrate application design to use...
Implement Unity and Dependency injection to enable the development of Unit Tests as Tweetinvi currently only have Integration tests.Comments: Associated with changeset 33305: Version 0.9.0.0-...
View ArticleSource code checked in, #33306
Version 0.9.0.0 - Implemented GetSavedSearch from Id - Implemented GetSavedSearch JSON - Impltemented DestroySavedSearch from Id - Impltemented DestroySavedSearch JSON
View ArticleClosed Feature: Getting raw json from queries [1918]
Provide a solution enabling developers to get RawJson from any query performed with Tweetinvi.Comments: Resolved with changeset 33306: Version 0.9.0.0- Implemented GetSavedSearch from Id- Implemented...
View ArticleClosed Feature: Update : [code/unity] Migrate application design to use Unity...
Implement Unity and Dependency injection to enable the development of Unit Tests as Tweetinvi currently only have Integration tests.Comments: Resolved with changeset 33306: Version 0.9.0.0- Implemented...
View ArticleCreated Feature: Implement a SavedSearchDTO [1924]
SavedSearch currently does not provide the Delete function as it is currently used a DTO.Extract the data from the class and create a DTO.
View ArticleEdited Feature: Implement a SavedSearchDTO [1924]
SavedSearch currently does not provide the Delete function as it is currently used a DTO.Extract the data from the class and create a DTO.
View Article