Edited Task: ReWork the Credentials Creator to make it easier to use [2561]
Currently various questions arise regarding CredentialsCreator.One of the issue is the fact that the temporary credentials are updated during step 1.Nothing indicates in the methods names that the...
View ArticleEdited Feature: Implement chunked upload [2608]
https://dev.twitter.com/rest/reference/post/media/upload-chunkedhttps://tweetinvi.codeplex.com/discussions/640413
View ArticleCommented Issue: FilteredStream : Tweet without coordinates are received [2606]
Tweets without coordinates can be received while the Location is the only parameter being specified.*For more accurate description go on the...
View ArticleEdited Issue: FilteredStream : Tweet without coordinates are received [2606]
Tweets without coordinates can be received while the Location is the only parameter being specified.*For more accurate description go on the discussion.*https://tweetinvi.codeplex.com/discussions/640337#
View ArticleSource code checked in, #44823
Version 0.9.9.0 - Updated FilteredStream to properly match location by bounding box
View ArticleNew Post: MissingManifestResourceException publishing from windows phone 8.1 app
Hi Linvi, I tried the new version and everything works fine for me. Thanks.
View ArticleNew Post: MissingManifestResourceException publishing from windows phone 8.1 app
Thanks for the feedback. Enjoy Tweetinvi :)
View ArticleUpdated Release: Tweetinvi 0.9.9.x
OverviewTweetinvi 0.9.9.x Work ItemsBug FixesFixed a 'bug' in FilteredStream that resulted in Tweetinvi to not return tweets which bounding box overlapped a location filter.
View ArticleNew Post: issue in direct messages using streaming api
hi, i am trying to send direct messages using streaming api. but i am not able to receive any message which i have sent on my console. i am using the following code...var stream =...
View ArticleNew Post: issue in direct messages using streaming api
Are you sure that you are sending a message and not a tweet?Messages are used to privately communicate between 2 users Tweets are usually public and displayed on the user Timeline I just want to be...
View ArticleNew Post: Scrape follows of, start at preset position
Is it possible to continue a previous search? I mean, lets say there is a user with 200,000 followers and I want to scrape them. I run a search and get the first 100k Then at a later date I want to...
View ArticleNew Post: issue in direct messages using streaming api
Hi. I just wanted this to be confirmed as I am not able to reproduce your issue. Would you please confirm that the following code is not raising the event.var us = Stream.CreateUserStream();...
View ArticleNew Post: Scrape follows of, start at preset position
Hi, There is not any built in functionality for this. I agree that this could be an enhancement of the library but I don't think this is a priority. What you need is to store the next_cursor property...
View ArticleNew Post: issue in direct messages using streaming api
Hi, Yes, the event is not getting fired inside the function. I did put a breakpoint over there but the event is not fired.private static void Stream_UserStreamExample() { var userStream =...
View ArticleNew Post: issue in direct messages using streaming api
Hi, Thank you for the reply. Could you please try and check if any of the 2 following events are being raised when you send a message.var us = Stream.CreateUserStream(); us.UnmanagedEventReceived +=...
View ArticleNew Post: issue in direct messages using streaming api
Hi, Thanks for replying. I tried to change the code as you suggested but still no events got raised. I am getting a screen indefinitely timed with text:...
View ArticleNew Post: issue in direct messages using streaming api
Hi, The debug information are correct, and yes you will have a screen indefinitely timed. If you want the stream to let your application continue, you will need to call the async version of StartStream...
View ArticleNew Post: issue in direct messages using streaming api
Hi, yes i am using version 0.9.8.x of Tweetinvi and my app is authorized to access direct messages. i can share my app credentials and code, for that i need your email address. Thanks for replying..
View ArticleNew Post: issue in direct messages using streaming api
Hi, I have sent you an email through you contact page. You can reply to it directly. Regards, Linvi
View Article