New Post: Problem when logging in again
It seems like I found the problem.. If I debug the Application the Tweetinvi.TwitterCredentials Object contains "ApplicationCredentials" "Credentials" and "CredentialsAccessor" directly after the...
View ArticleNew Post: Generate Credential Examples
What if the application is Window Store App, and HttpContext does not exist, so the HttpContext.Current.Request.Url.AbsoluteUri will not work. I am really confused for the CallBackURL when it is not...
View ArticleNew Post: Use Tweetinvi in VB.Net
How can I use this API in VB.Net 2010 and higher? Add a reference and use Imports <name.dll> Can you list which .dlls to use them please? An example? Thanks
View ArticleNew Post: Getting all the tweets of an account
`Hi All, I have noticed that i am unable to get tweets more than 3300. As there are 0.1 million tweets in an account which i want to read but i am able to read just 3300 tweets not more than that. How...
View ArticleCommented Unassigned: FAILED:Using Tweetinvi in a project using VS2010! [2289]
Hi there,I am trying to use Tweetinvi 0.9.3.4 in my project using Visual Studio 2010. I have downloaded the binaries. When I add reference to my project I add Tweetinvi.dll and Tweetinvi.Core.dll. I...
View ArticleCreated Unassigned: The type initializer for 'Tweetinvi.TwitterCredentials'...
// Here are the declarations: using System;using System.Collections.Generic;using System.Diagnostics;using System.IO;using System.Linq;using Tweetinvi;using Tweetinvi.Core.Enum;using...
View ArticleNew Post: Enquiry
I have been using TweetInvi version 0.8.3.2 for quite some time successfully and have written a wrapper that allows me additional control over sending direct messages to my twitter followers via data...
View ArticleNew Post: how to implement Twitter 3-legged authorization with tweetinvi
It is quite a complicated procedure, but I just implemented it manually. 1) request a request token 2) use this request token to log the user in 3) after user logged in, user has to authorise the app...
View ArticleNew Post: Can you use a proxy?
is there any progress on getting this into the main branch? Am having difficult getting the code to load into any version of visual studio express (discussion :...
View ArticleNew Post: Tweetinvi and visual studio express
the errors: Tweetinvi\Tweetinvi.csproj: The application which this project type is based on was not found. Please try this link for further information:...
View ArticleNew Post: More then 200 tweets in a timeline
Thanks for sharing your solution. Seems like it retrieves only the authenticated user tweets. (my account) even ig I give it other user ids. looking for some way to do it on other accounts (e.g...
View ArticleNew Post: how to implement Twitter 3-legged authorization with tweetinvi
martin, thank you for reply. So you did not use tweetinvi? Part of my project using tweetinvi, if try to implement with you way, it will be more work to do. Is your project a Store app? or web based?...
View ArticleNew Post: how to implement Twitter 3-legged authorization with tweetinvi
I did not use tweetinvi for the authorisation, I have reasons for wanting to do it all manually. But once I have the access oauthtoken and the access oauthtokensecret, I set the credentials in...
View ArticleNew Post: Tweetinvi and visual studio express
ok, so from viewing the sln file in a text editor, I see the version is vs2012, with a minimal set of .net4 which should make it vs2010 compatible if I am not mistaken. Yet still errors with 2010...
View ArticleNew Post: Tweetinvi and visual studio express
Could it be something to do with autofac? Autofac is an addictive Inversion of Control container for .NET 4.5, Silverlight 5, Windows Store apps, and Windows Phone 8 apps. So does this imply tweetinvi...
View ArticleNew Post: Filtered Stream Hangs
My application is hanging when I try to use the filteredStream. Here is my code: //ValueThatLtd tests TwitterCredentials.SetCredentials("my various keys",,,); // Access the filtered stream var...
View ArticleNew Post: Filtered Stream Hangs
My application is hanging when I try to use the filteredStream. Here is my code: //ValueThatLtd tests TwitterCredentials.SetCredentials("my various keys",,,); // Access the filtered stream var...
View ArticleNew Post: Events stop firing
Hi Linvi. Could I ask if there is any progress made on this yet. Do you have a planned date for the next library ? Thanks MartR
View ArticleNew Post: Filtered Stream Hangs
Try await filteredStream.StartStreamMatchingAllConditionAsync(); instead.
View ArticleNew Post: Async problem
Hi there thanks for the API, got it working after couple of hours and have so far managed to get my phone app to tweet with a picture (of which the user has taken) on the phone. This is great so far,...
View Article