New Post: Can you use a proxy?
Hey you gotta download the source code. Edit the file in visual studio. And compile your own dlls.
View ArticleNew Post: Problem publish Tweet
sorry, but the problem I think that I don't select Read/Write permissions when I registered the app in Twitter, thank a lot, it is done.
View ArticleNew Post: How to get tweet id of another User?
What do you mean tweet id of some other user? Latest tweet's id of some user? If yes, try this:var tweetId = User.GetUserFromScreenName("screenname").Status.Id;imlokesh
View ArticleNew Post: How to get tweet id of another User?
Thank you it works, but how can you get more recent tweets id of the user? Thank you
View ArticleNew Post: Filtered Stream if he/she follow and i follow him/her
Morning linvi, can u figured it out how to filter stream if the result follow my account? thank you..
View ArticleNew Post: Filtered Stream if he/she follow and i follow him/her
i see this method: stream.AddFollow(Iuser user). what exactly value that i must fill the user variable. thanks in future.
View ArticleUpdated Wiki: Home
Tweetinvi 0.9.4.0 is now released to make your life nice and easy :) Support us! Please support by joining the development team or donate with Paypal :) What's new? About Tweetinvi Tweetinvi an...
View ArticleNew Post: Hey I missing a .dll?
I trying test out some queries example , but I can't do without this namespace Tweetinvi.Core.Interfaces.DTO.QueryDTO Example: var credentials = TwitterCredentials.CreateCredentials(access_Token,...
View ArticleNew Post: How to get tweet id of another User?
Hi, Please use the Timeline.var tweets =Timeline.GetUserTimeline("screenName");Linvi
View ArticleNew Post: GetHomeTimeLine not retrieving given number of tweets
Hi, There is no problem with your code. But are you sure that in both cases there are more than 42 or 113 tweets on the account? Linvi
View ArticleNew Post: Filtered Stream if he/she follow and i follow him/her
Hi, I am not sure that I understand what you are willing to do. From my understanding you want to get the tweets from a specific set of users. If this is the case you can add each of the followers you...
View ArticleNew Post: Hey I missing a .dll?
This namespace is available when you reference the Tweetinvi.Core dll. In theory you must have this dll referenced to use Tweetinvi as all the other dll references it. Have you taken the dll's from...
View ArticleCreated Issue: Proxy with Password [2462]
https://tweetinvi.codeplex.com/discussions/572936
View ArticleEdited Issue: Proxy with Password [2462]
https://tweetinvi.codeplex.com/discussions/572936
View ArticleNew Post: Search API Question
Hi, Here is what I understand from your description:You have a list of keywords that you want to search thanks to the Twitter Search API. Regardless of the tweet that was searches, you want to store...
View ArticleNew Post: Issue with filtered stream
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using Tweetinvi; using Tweetinvi.Core.Enum; using...
View Article