New Post: Get Tweets and geo locations of tweets by keywords.
Hi Linvi, Everything works fines with the first code after i modify my location coordinate to (-180,-90,180,90) but i only get tweets from coordinate (-180,-90,180,90). Now i want to track location...
View ArticleNew Post: How to recieve cursor id and recieve all followers?
I read this post and try the last codehttps://tweetinvi.codeplex.com/discussions/538201 It didn't work, I get a blank page. var credentials = TwitterCredentials.CreateCredentials(access_Token,...
View ArticleNew Post: Filtered Stream if he/she follow and i follow him/her
hi linvi, thanks for respon. for example i have account with id=12321313; when i do stream i want every tweet that i got must be follow my account and i follow that account. that's it. i'll try your...
View ArticleNew Post: Get Tweets and geo locations of tweets by keywords.
Hi, These coordinates represents the "center" of the planet on a flat map. I think you ought to have a look on wikipedia to have a better understanding of the coordinates system. In order to track...
View ArticleNew Post: Hey I missing a .dll?
You will have to use the RateLimit and check that you have enough rate to access the information.var followerRateLimits = RateLimit.GetCurrentCredentialsRateLimits().FollowersIdsLimit; if...
View ArticleNew Post: How to recieve cursor id and recieve all followers?
Hi, Where does the number 1485757279225971535 result from? Are you sure this is a curser_id returned by Twitter? Linvi
View ArticleNew Post: Issue with filtered stream
Hi, I have not been able to check any code for a week. I am very very busy. From what you described, are you sure that Twitter is never returning any result or is it your filter on the ScreenName that...
View ArticleNew Post: Problem with download
Hi I am trying to bring my codebase upto date (was using 0.92.3) and attempted to download the latest stable (Merged Binary Zip) 0.9.3.4, I have tried it 2 or 3 times and when I try to extract I get...
View ArticleNew Post: Problem with download
Hi, This is working perfectly fine for me but I am using 7-Zip, maybe there is some compatibility issues between the 2 software. Please note that I am going to release Tweetinvi 0.9.4.1 in the coming...
View ArticleNew Post: Problem with download
I have sorted this now by unzipping with Windows Explorer. The error given was "skipping file TweetinviAPI.dll this file is not in the standard ZIP 2.0 format" Using Winzip 8.1 (which is very old!)...
View ArticleNew Post: Hey I missing a .dll?
I did some research and found about using cursor_id in the url, but how can I get the return cursor_id for getting all followers? I know there there an api limit, but i was wondering how can I get the...
View ArticleSource code checked in, #40247
Version 0.9.4.1 + 0.9.5.0 - Updated Developer information and script
View ArticleNew Post: Hey I missing a .dll?
Hi, Please use the following code :var results = TwitterAccessor.ExecuteCursorGETCursorQueryResult<IIdsCursorQueryResultDTO>(query, maxNumberOfResults); var lastCursor =...
View ArticleNew Post: GetHomeTimeLine not retrieving given number of tweets
linvi wrote: 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 Yes, in fact I'm checking all the app with my...
View ArticleNew Post: Search API Question
Hi My problem is that I've stored my keyword and the counted results in an object, but I'm having trouble returning the results in the object, right now it's just returning the object itself. Here's my...
View ArticleNew Post: Issue with filtered stream
Yes thats what I believe is the problem, which is strange because it worked ok before. NewSources is a text file and just contains twitter screen names with 1 per line, and keywords are also stored the...
View ArticleNew Post: Hey I missing a .dll?
This works fine, but when I add the cursor_id output to the command, I get an error because it a ulong instead of a long. var maxObjectsToRetrieve= 200; var lastCursor = -1 var followerQuery =...
View ArticleNew Post: Hey I missing a .dll?
Hi, Don't specify the cursor yourself, let Tweetinvi manage it for you. I have changed the query so that the count and cursor information are no longer added to the query. Tweetinvi will add these...
View Article