Edited Task: Throws an exception when no credentials are set [2229]
Currently Tweetinvi can fail at different time when the credentials are invalid. For the sake of developers, throw an exception informing them that they have not yet set credentials.
View ArticleNew Post: FilteredStream
FilteredStream is a public stream. You will never get any protected Tweets from it. The only way to get protected Tweets is to use the UserStream and you will therefore be limited to the Tweets created...
View ArticleNew Post: FilteredStream
hi, thanks for the response, that's fine, i will let them know it will only work with public tweets, i guess with the way twitter is, the majority of people are public anyway. and the #tags will be...
View ArticleNew Post: How to get the id of the tweet just post ?
Hi there, Are you working with a Windows 8 / Windows Phone 8 app or a simple console? You need to use a project that is compatible with the async/await keywords. Linvi
View ArticleNew Post: How to get the id of the tweet just post ?
Hi again, My app is a web one, in asp.net (vb) on a IIS server. In fact, await can't be used for me because in a loop for...next ;) Thanks for your library that i added to my main program to be able to...
View ArticleCommented Unassigned: Encountering 'Operation is not valid due to the current...
I took your console example of user authentication with OAuth and it worked as expected:``` var applicationCredentials = CredentialsCreator.GenerateApplicationCredentials(_consumerKey,...
View ArticleCommented Unassigned: Encountering 'Operation is not valid due to the current...
I took your console example of user authentication with OAuth and it worked as expected:``` var applicationCredentials = CredentialsCreator.GenerateApplicationCredentials(_consumerKey,...
View ArticleNew Post: Streaming API
Hi, when I'm using streaming api and I'm trying to get TweetMedia from tweet, I always get the list of TweetMedia with only one item, even though someone posts 3 images, in TweetMedia is only the first...
View ArticleEdited Issue: Encountering 'Operation is not valid due to the current state...
I took your console example of user authentication with OAuth and it worked as expected:``` var applicationCredentials = CredentialsCreator.GenerateApplicationCredentials(_consumerKey,...
View ArticleNew Post: Streaming API
Hi there, I will get back with an answer as soon as I have tested this (hopfully tomorrow). Linvi
View ArticleSource code checked in, #38207
Version 0.9.4.x - Updated all libraries used by Tweetinvi to the latest releases - Specifically, Newtonsoft.Json updated from 4.5 to 6.0.3
View ArticleNew Post: Best Practise for contiguous collection
I am considering doing something along the lines of Dim lngMaxID As Long = 500000000000000000 Dim searchParameter As ITweetSearchParameters = Search.GenerateSearchTweetParameter("obama") Do...
View ArticleNew Post: How to get the latest Tweet ID on twitter
In order to do a search and set the Max Id to the current moment, is there a way to obtain the very latest tweet ID used by anyone on Twitter ? Thanks
View ArticleSource code checked in, #38215
Version 0.9.4.0 - Added the ability to remove a block - Updated naming for TwitterQueryRequester and media requests
View ArticleCommented Feature: Implement : [blocks/destroy] [1734]
Reference : https://dev.twitter.com/docs/api/1.1/post/blocks/destroyParameters :- screen_name / user_id- include_entities- skip_statusComments: Associated with changeset 38215: Version 0.9.4.0- Added...
View ArticleNew Post: Best Practise for contiguous collection
Hi there, I have spent more than 1h30 and trying to find a solution to recover tweets from the search. The problem with search of the Twitter Api is that it is very difficult to rely on it. Furthermore...
View ArticleSource code checked in, #38216
Version 0.9.4.0 - Added 2 languages to reduce the number of unknown language exception - UN is still a language code that I have not identified :(
View ArticleEdited Feature: Implement : [blocks/destroy] [1734]
Reference : https://dev.twitter.com/docs/api/1.1/post/blocks/destroyParameters :- screen_name / user_id- include_entities- skip_status
View ArticleCommented Unassigned: Changing Locations of Running Stream causing Exception...
I am trying to change the geographical locations of a currently running filtered stream. I have read another thread on the forum on how to do this..``` public static _filteredStream =...
View Article