New Post: How do I get 10k+ tweets streams in few minutes
I am not sure what you are willing to do. The FilteredStream will get all the Tweets matching your filters from Twitter, you cannot get any more than this. As for the dynamic keywords, you will need to...
View ArticleNew Post: 401 Unauthorized Access a permissions issue?
i only tried the to run the CredentialsCreator_WithCaptcha_StepByStep function and it stops on the GetAuthorizationURL function with the 401 error. I have no problem giving twitter my number but they...
View ArticleNew Post: 401 Unauthorized Access a permissions issue?
I think this is a bug. I had made an issue about this a while ago, it also contains a workaround:https://tweetinvi.codeplex.com/workitem/2355 Not sure if Linvi got around looking at that workitem....
View ArticleNew Post: 401 Unauthorized Access a permissions issue?
I dont think I was getting that error. There were a few runtime ones but the first was always the 401 so I didnt pay much attention to the others. Ill try it again later on and Ill check. Thanks Brian
View ArticleNew Post: 401 Unauthorized Access a permissions issue?
I will have a look when I have some free time. Please keep posting of you have any news with this problem.
View ArticleNew Post: Strategy - Tweet Refresh
Hello, Is there a known method or strategy to redownload just the statistics for a tweet? For example, my app has already downloaded a tweet yesterday. This tweet had say 0 RTs and 0 Favorites. Now I...
View ArticleNew Post: 401 Unauthorized Access a permissions issue?
Ya imlokesh was correct it only appears to affect the step by step function. When I run the single step one its ok and I can connect without any issues.
View ArticleNew Post: 401 Unauthorized Access a permissions issue?
Im having the same issue once I uncomment the filteredstream code
View ArticleNew Post: Suggestions on Async Operation where each Operation Could Have...
Hi,We have conducted a round of debugging and testing with V9.3.4 with the change to allow DIFFERENT credentials on an Async Tweet request and are going to use this code in a production event this...
View ArticleNew Post: 401 Unauthorized Access a permissions issue?
Im actually having this issue on nearly everything I try and do. Trying to post a tweet and I get 401 unauthorised right after i authenticate so I figure this has to be something im doing wrong
View ArticleNew Post: 401 Unauthorized Access a permissions issue?
Brian, have you tried running this without the debugging? I have found that when you do a step debug in Visual Studio, Visual Studio tries to do a "look ahead" and executes some tasks differently than...
View ArticleNew Post: CreateTweetWithMedia failed sending an image
Hi, sending with CreateTweetWithMedia(text, media) fails on several images. Is there a chance to investigate why this doesn't work? Best Regards, Henning
View ArticleNew Post: GetUserFromScreenName returning null
Hi, I'm getting some unpredictable behavior from User.GetUserFromScreenName. The method is periodically returning null for valid user names. What is especially confusing is that it will sometimes...
View ArticleNew Post: GetUserFromScreenName returning null
The problem appears to be related to a change in Twitterhttps://dev.twitter.com/discussions/32792 You can almost solve it by using the function GetUsersFromScreenNames (or GetUsersFromIds). They don't...
View ArticleNew Post: GetUserFromScreenName returning null
Thanks for your response. I suspected that I was hitting a limit somehow. I looked for a GetUsersFromScreenNames function but could not find it. Another issue with GetUserFromId or GetUsersFromIds is...
View ArticleNew Post: GetUserFromScreenName returning null
Both GetUserFromId or GetUsersFromIds work with Long (Int64) type. Certainly in the version I have.
View ArticleNew Post: 401 Unauthorized Access a permissions issue?
Hi mindless Ive tried it without debug I only turned on debug to try and see where it was failing
View ArticleNew Post: GetUserFromScreenName returning null
I love twitter updates... Yes I will be working on it quickly. Linvi
View ArticleNew Post: 401 Unauthorized Access a permissions issue?
Do you have Fiddler? If not, install it ( http://www.telerik.com/fiddler ) and use it to see what exactly is being requested. You can see the HTTP headers and everything. Since you will be essentially...
View ArticleCreated Unassigned: GetUsersFromNames - Operation is not valid due to the...
In UserFactoryQueryExecutor, GetUsersFromNames builds query string with```String.Format(Resources.User_GetUsersFromIds, userIdsParameter)```instead of```String.Format(Resources.User_GetUsersFromNames,...
View Article