Commented 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: Issues with search type while searching for more than 100 tweets
I found that while searching for tweet more than 100 tweets, the search type parameter replaced with mixed type (probably default type). Might this is due to recreation of ITweetSearchParameters in...
View ArticleCreated Issue: When performing requesting more than 100 results, the search...
Clone is not perfoming the copy of the parameter.
View ArticleEdited Issue: When performing requesting more than 100 results, the search...
Clone is not perfoming the copy of the parameter.
View ArticleSource code checked in, #34953
Version 0.9.0.2 - Search query type parameter is now cloning correctly.
View ArticleClosed Issue: When performing requesting more than 100 results, the search...
Clone is not perfoming the copy of the parameter.Comments: Resolved with changeset 34953: Version 0.9.0.2- Search query type parameter is now cloning correctly.
View ArticleReopened Issue: When performing requesting more than 100 results, the search...
Clone is not perfoming the copy of the parameter.
View ArticleNew Post: Issues with search type while searching for more than 100 tweets
Hi, You are absolutely right, this is part of the code that I have not tested yet because this feature. I have updated the code (Source Code -> Development) and will publish this as a release in the...
View ArticleNew Post: Generate Credential Examples
I am trying to get GenerateCredentialExamples working from the example program but GetAuthorizationURLForCallback always returns null.
View ArticleNew Post: Generate Credential Examples
Hi, Have you verified that you have set a callback URL in Twitter Application Settings (on dev.twitter.com)? Linvi
View ArticleEdited 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
thanks for the reply i have some problem when i run this project when i click "Start Stream", tweet does not appear in the textbox like this and there are no errors occurred
View ArticleNew Post: WinformExampleWithTweetinvi
Hi, Have you updated any code? Did you set the credentials correctly? Linvi
View ArticleNew Post: WinformExampleWithTweetinvi
i just set the credential yes i did, i set the credential Correctly and when i click on "Who am I?" My twitter name appears I do not know what's wrong
View ArticleNew Post: WinformExampleWithTweetinvi
Hi, This is working perfectly fine for me. Would please send me your credentials privately (contact page), I will attempt to use them and see if anything is going wrong. I will use them only in the...
View ArticleNew Post: WinformExampleWithTweetinvi
Thanks, Your credentials are working fine for me, I receive the tweets. I will investigate and let you know later in the day. In the meantime please verify your ErrorHandler.GetLastException to verify...
View ArticleCreated Unassigned: 400 error Bad Request [2072]
Please help. I am new to this api via c# and i dont understand what is going wrong. What am i missing to create a simple tweet? using System;using System.Collections.Generic;using...
View ArticleCommented Unassigned: 400 error Bad Request [2072]
Please help. I am new to this api via c# and i dont understand what is going wrong. What am i missing to create a simple tweet? console gives error code: 400error decription: bad requesterror details:...
View ArticleClosed Unassigned: 400 error Bad Request [2072]
Please help. I am new to this api via c# and i dont understand what is going wrong. What am i missing to create a simple tweet? console gives error code: 400error decription: bad requesterror details:...
View Article