New Post: Stream Multiple Hashtag
Hi there, Normally you should be able to use the FilterStream to filter multiple hashtags yes. Linvi
View ArticleCreated Unassigned: Using Library in PowerShell [2066]
Been having problems using this library in PowerShell, any idea what could be wrong?```[reflection.assembly]::LoadFrom("C:\Tweetinvi.API.dll")$creds =...
View ArticleNew Post: Tweet using specific credentials
Thanks for the reply, In my application, every tweets are different foreach users, so i don't need to iterate through credentials, i just need to store an instance for each user, and then publish a...
View ArticleNew Post: Tweet using specific credentials
Oh I see so you selected solution 3?Is there a way to get the error when publish fails ? If you want to get an the details of an error occurring you can do the following :var tweet =...
View ArticleNew Post: Tweet Publish method getting Error Code 403
Hi, I am getting error which is detailed below since 26~27 hours. 403 Forbidden The request is understood, but it has been refused or access is not allowed. An accompanying error message will explain...
View ArticleNew Post: Tweet Publish method getting Error Code 403
Hi there, Please be sure that you are not trying to publish the same tweet twice as this operation is not authorized by Twitter API. Other than that please provide more information like the error URL...
View ArticleCommented Unassigned: Using Library in PowerShell [2066]
Been having problems using this library in PowerShell, any idea what could be wrong?```[reflection.assembly]::LoadFrom("C:\Tweetinvi.API.dll")$creds =...
View ArticleNew Post: WinformExampleWithTweetinvi
I have downloaded this project http://download-codeplex.sec.s-msft.com/Download?ProjectName=tweetinvi&DownloadId=779008 and this work well i download from here...
View ArticleCommented Unassigned: Using Library in PowerShell [2066]
Been having problems using this library in PowerShell, any idea what could be wrong?```[reflection.assembly]::LoadFrom("C:\Tweetinvi.API.dll")$creds =...
View ArticleNew Post: WinformExampleWithTweetinvi
Hi, First the 401 exception is probably the result of you not providing the right credentials. Are you sure the credentials you are providing to the application are correct?Where can I get...
View ArticleNew Post: Search Tweet User
Hi, First of all thank you so much, your work is really great! Secondly, is there a way using which i can search tweet creator by specifying tweet text? For example: Undermentioned is a tweet"Metal...
View ArticleNew Post: WinformExampleWithTweetinvi
Thanks for the fast reply for 401 exception, I guess I have to enter the correct credential because before I reinstall my windows this project is work very well but after the reinstall my windows,...
View ArticleNew Post: Search Tweet User
Hi Asad, Thank you for your feedback, I greatly appreciate it :) If your question is 'how can I get the creator of a Tweet received from search?' then use the Creator field!var tweets =...
View ArticleNew Post: Tweet using specific credentials
Thanks for the reply. by null tweet you mean a tweet without text for exemple ? It should raise a ArgumentNullException, no ? Have you planed in the exception management, to retrieve exceptions not...
View ArticleNew Post: Tweet using specific credentials
Hi, The ExceptionHandler logs all the Web Exceptions during the application lifecycle. Therefore you can access all the Exceptions coming from Twitter. When implementing 0.9 I wanted to have developers...
View ArticleNew Post: WinformExampleWithTweetinvi
Hi, You can find the project here (Tweetinvi 0.9 - FilteredStream - Winforms). Regards, Linvi
View Article