New Post: Storing token info in external xml file?
Got a question on how to store the token and access info in a external xml/ config file so its not hard coded into the application. I searched around but could not find any good examples. this is what...
View ArticleSource code checked in, #34288
Version 0.9.0.0 - Moved User Identifier QueryParameter generation from UserQueryGenerator to in its own class - Moved the tests of the UserQueryParameter generation into its own class
View ArticleCommented Task: Add Test Cases for All the current methods that does not [1785]
Possibility to Mock<IToken> to get the results we expect instead of directly performing the queries.Comments: Associated with changeset 34288: Version 0.9.0.0- Moved User Identifier...
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 34288: Version 0.9.0.0- Moved...
View ArticleNew Post: Storing token info in external xml file?
Hi there, If you download the source code, you will find a project called Examplinvi. Examplinvi is giving an example showing how to store twitter credentials in the project configuration file. IToken...
View ArticleCommented Task: Add Test Cases for All the current methods that does not [1785]
Possibility to Mock<IToken> to get the results we expect instead of directly performing the queries.Comments: Associated with changeset 34289: Version 0.9.0.0- Implemented function to block users
View ArticleNew Post: Blocking users
Hi Ricky, This feature was not implemented before. Consequently I have implemented it for you in Tweetinvi 0.9.0.0. You can download Tweetinvi 0.9 in Source Code and select the Development solution. It...
View ArticleCommented Issue: Twitter to require SSL/TDS [1946]
Update TokenCreator to only use https queries.In case anyone has not seen this, here is the link: [https://dev.twitter.com/discussions/24239](http://www.example.com)> This is an important notice for...
View ArticleCommented Issue: Twitter to require SSL/TDS [1946]
Update TokenCreator to only use https queries.In case anyone has not seen this, here is the link: [https://dev.twitter.com/discussions/24239](http://www.example.com)> This is an important notice for...
View ArticleCommented Issue: Twitter to require SSL/TDS [1946]
Update TokenCreator to only use https queries.In case anyone has not seen this, here is the link: [https://dev.twitter.com/discussions/24239](http://www.example.com)> This is an important notice for...
View ArticleCommented Issue: Twitter to require SSL/TDS [1946]
Update TokenCreator to only use https queries.In case anyone has not seen this, here is the link: [https://dev.twitter.com/discussions/24239](http://www.example.com)> This is an important notice for...
View ArticleSource code checked in, #34301
Version 0.9.0.0 - Removed unused tests - Updated badly written tests as per the new UserQueryParameterGenerator - Tested UserQueryGenerator
View ArticleCommented Issue: Twitter to require SSL/TDS [1946]
Update TokenCreator to only use https queries.In case anyone has not seen this, here is the link: [https://dev.twitter.com/discussions/24239](http://www.example.com)> This is an important notice for...
View ArticleCommented Issue: Twitter to require SSL/TDS [1946]
Update TokenCreator to only use https queries.In case anyone has not seen this, here is the link: [https://dev.twitter.com/discussions/24239](http://www.example.com)> This is an important notice for...
View ArticleCommented Issue: Twitter to require SSL/TDS [1946]
Update TokenCreator to only use https queries.In case anyone has not seen this, here is the link: [https://dev.twitter.com/discussions/24239](http://www.example.com)> This is an important notice for...
View ArticleNew Post: Paging with tweetinivi
Finally I know what is going wrong! The update of Twitter made the https query invalid. You downloaded from the download button or nuget which does not have the latest changes for https queries. I will...
View Article