New Post: 401 Unauthorized Access
Hi Linvi, I've created application with your great library. I follow your instruction in other thread to get tweet from timeline with specific hashtag but this error always comes up. I have no idea to...
View ArticleNew Post: 401 Unauthorized Access
Hi, A 401 Exception is usually related with credentials being incorrect. I will have a look when I have some time available tonight. In the meantime please do not put your project as public with your...
View ArticleNew Post: 401 Unauthorized Access
i have try my token to do stream twitter, it works. i try to publish tweet it works too. but when i try to get tweet it said 401. still make me confuse.. thanks for fast response, i will wait...
View ArticleNew Post: 401 Unauthorized Access
Hi there, I have read your code and you are currently trying to parse the result on your own because Search of tweet is not provided in 0.8.3.x. Hopefully the 0.9 (development version) has such a...
View ArticleNew Post: 401 Unauthorized Access
this line keep giving me 401 error. i've try with a new token. Grrrr! :(var tweets= Search.SearchTweets("#tweetinvi"); And this line toovar tweets = Search.SearchTweets(searchParameter); any idea?
View ArticleNew Post: 401 Unauthorized Access
Hi, I will have a look tonight and let you know. Linvi
View ArticleNew Post: Unauthorized
Hi linvi: The problem was solved. It just the time configuration in the PC. This happend because I didn´t read the first page of the documentation. Yesterday I did and notice the problem. Now the...
View ArticleNew Post: 401 Unauthorized Access
Sorry for the delay, You helped me identify a bug. I will update the code tonight. In the meantime you can solve your problem this way:var tweets = Search.SearchTweets("#tweetinvi".TwitterEncode());...
View ArticleNew Post: Unauthorized
I am glad you solved your bug. I rarely think about this issue, I will try to remember it :) Thank you And Enjoy Tweetinvi ;)
View ArticleSource code checked in, #34403
Version 0.9.0.0 - Implemented Application Wide Credentials, the application credentials are copied to each thread but any change to a thread or the main thread does not affect the others. - Resolved...
View ArticleCommented Task: Create credentials global for an entire application not...
Thread credentials should be defaulted to the Application credentials to ease the life of developers using multi-threading application with a single account.Comments: Associated with changeset 34403:...
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 34403: Version 0.9.0.0- Implemented Application Wide...
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 34403: Version 0.9.0.0-...
View ArticleCommented Issue: Bug in Search when adding special characters [1998]
Comments: Associated with changeset 34403: Version 0.9.0.0- Implemented Application Wide Credentials, the application credentials are copied to each thread but any change to a thread or the main thread...
View ArticleCommented Issue: Bug in Tweet creation when adding special characters [1999]
Comments: Associated with changeset 34403: Version 0.9.0.0- Implemented Application Wide Credentials, the application credentials are copied to each thread but any change to a thread or the main thread...
View ArticleNew Post: 401 Unauthorized Access
I have updated the Source Code so that search with hashtags work properly. You can download it in the Source Code section. Regards, Linvi
View ArticleCreated Feature: Search Tweet : Allow tweets to be filtered based on being...
Requested in the following post : https://tweetinvi.codeplex.com/discussions/528382
View Article