New Post: Displaying Twitter profile picture with tweet
Trying to figure out how to display the tweet creators profile image with out actually downloading a .jpg currently have it like this WebClient wc = new WebClient(); byte[] bytes =...
View ArticleCreated Feature: Get profile image MemoryStream instead of saving it [1993]
https://tweetinvi.codeplex.com/discussions/526852
View ArticleNew Post: Displaying Twitter profile picture with tweet
Hi, Currently there is no way of doing this but I added a task for this feature. Please subscribe to it to be notified when it will be released. In the meantime please consider the cost of downloading...
View ArticleNew Post: Unauthorized
Hi linvi: I was using Tweetinvi to publish tweets. I was working fine,but yesterday i encapsulated code in a Service (svc project) and run it in another PC. Now i get 401 Unauthorized error. My code is...
View ArticleNew Post: Unauthorized
Hi, The problem is strange. Consequently would you please answer the following questions :) Are the Tweetinvi version the same on both machine? Is your Tweetinvi API version the 0.8.3.23 or 0.9? If no...
View ArticleNew Post: Unauthorized
Hi, thanks for answer so quickly. The version that i´m using is 08.3.23 and is the same version in both PC. Actually, I,m using the service locally in both machines.In the first one works perfectly....
View ArticleNew Post: Unauthorized
__Maybe i made a mistake creating the token??? I read in the documentation that first i need go to an url an accept the app for the user. But untill now, it was working fine without do that.__ The...
View ArticleNew Post: Unauthorized
I replaced the line but i keep getting the same error. But when debugging, I notice that token variable has a property with an Exception. The property is ServerDateTimeOfPreviousRequest and the...
View ArticleNew Post: Unauthorized
No this is not the issue. Each time a query is perform the ServerDateTimeOfPreviousRequest property is updated to the Time provided by Twitter servers. This property sends an exception if no query has...
View ArticleNew Post: Unauthorized
Can you please try to hard code the values of your credentials instead of using the ConfigurationManager?IToken token = new Token("YOUR_CREDENTIAL", "YOUR_CREDENTIAL", "YOUR_CREDENTIAL",...
View ArticleNew Post: Unauthorized
Hi linvi. It remains the same. I´ll spend some time comparing again the PC´s configurations. It´s a nonsense that in one machine works and not in the other. Now, just to be sure: ¿Are the following the...
View ArticleNew Post: Unauthorized
Yes it is exactly the process you need to follow. Just by curiosity can you try using the development version. Please do not hesitate to contact me personally if you think I can help you in live. Linvi
View ArticleNew Post: Unauthorized
Hi linvi, thanks for the help. Unfortunaly, the access to internet is very dificult to me. Thanks again.
View ArticleNew Post: Unauthorized
Sure, In that case, please let me know how your investigation is going on and please feel free to ask any question, I do not like not being able to help solve issues. Linvi
View ArticleNew Post: Unauthorized
Hi linvi. Yesterday I send the app to a friend an it works fine. So, in conclusion, Tweetinvi is fine and the second PC is crazy, hahahaha. Sorry for that. I´m writing to you just to let you now. If...
View ArticleNew Post: Unauthorized
If you are agree, i,ll keep this thread open Sure, you are almost the first one who would have closed a thread ;pMaybe a proxy problem can return a 401 error? It can be a proxy issue but I am not sure...
View ArticleSource code checked in, #34392
Version 0.9.0.0 - Stream is now updated to 0.9.0.0 - Streams are now using Unity - Streams are now using Json.NET - UserStream now implement all its messages but warnings and limits - Streams like...
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 34392: Version 0.9.0.0- Stream is...
View ArticleCommented Task: Migrate JavascriptSerializer to Newtonsoft.Json [1852]
Use Json.Net (newtonsoft) instead of javascript serializer to improve performances and code clarity.Comments: Associated with changeset 34392: Version 0.9.0.0- Stream is now updated to 0.9.0.0- Streams...
View ArticleCommented Task: Implement all missing messages of the Streaming API [1857]
See all the existing messages here : https://dev.twitter.com/docs/streaming-apis/messages#Friends_lists_friendsComments: Associated with changeset 34392: Version 0.9.0.0- Stream is now updated to...
View Article