New Post: Web Request Failed
These information are not helping me. Could you please send me the following :var exceptionDetails = ExceptionHandler.GetLastException().ToString();Linvi
View ArticleNew Post: Web Request Failed
That line of code throws a null reference exception. When i run it in the immediate window without the .ToString() i get the response i posted above.
View ArticleNew Post: Web Request Failed
Thanks, I will investigate and get back to you. Sorry for this issue and thank you for reporting it. Linvi
View ArticleNew Post: Web Request Failed
Hi again, Please send me the result of the following code.try { var applicationCredentials = CredentialsCreator.GenerateApplicationCredentials(Settings.GetString("TwitterConsumerKey"),...
View ArticleNew Post: Extract media - Images/video if available in a tweet.
I am searching a tweet with keyword #Quotes using Search_SimpleTweetSearch() function. var tweets = Search.SearchTweets("#Quotes"); I want to extract the images/video associated with the tweets. Is it...
View ArticleNew Post: Web Request Failed
HI That code fails to compile, with the following error: Error 89 'System.Collections.Generic.IEnumerable<Tweetinvi.Core.Exceptions.ITwitterExceptionInfo>' does not contain a definition for...
View ArticleNew Post: Web Request Failed
We will do it eventually! You need to use linq:using System.Linq;Linvi
View ArticleNew Post: Web Request Failed
status code : 401 description : Unauthorized - Authentication credentials were missing or incorrect. --- DETAILS 0 : Invalid request token
View ArticleNew Post: Web Request Failed
Alright, Here you go, your credentials are incorrect. Can you please check on apps.twitter.com. You need to specify the Consumer Key (API Key) and the Consumer Secret (API Secret). You also need to...
View ArticleSource code checked in, #42424
Version 0.9.6.0 - Added AddTwitterException to the static ExceptionHandler
View ArticleCommented Issue: Handle Exception in CredentialsCreator [2536]
https://tweetinvi.codeplex.com/discussions/592616Comments: Associated with changeset 42424: Version 0.9.6.0- Added AddTwitterException to the static ExceptionHandler
View ArticleNew Post: Web Request Failed
I have checked the credentials and they are correct. I've regenerated them just in case but the problem is still present. If they weren't correct I don't think I would successfully get this screen?
View ArticleNew Post: Web Request Failed
Ok, So if you are able to access to your app it implies that your credentials are correct. Could you please have a look at the following code and verify that you enter the correct format of the...
View ArticleNew Post: Tweet with multiple media
I tried to build the project but was unable to do so..how do I get the dll
View ArticleNew Post: Tweet with multiple media
Hi,Which version of Visual Studio do you use?Have you restored the nuget dependencies? What error do you receive? Regards, Linvi
View ArticleNew Post: Tweet with multiple media
I am using VS2012 As soon as I build the solution it gives an error for missing libraries and as soon as i add the references it gives an error The TargetFrameworkProfile property is not set for...
View ArticleUpdated Wiki: Documentation
Quick Start Tweetinvi is a C# .NET API developped to simplify the life of developers will to access the Twitter API. It provides an easy access to the Twitter REST API and the Twitter stream...
View ArticleUpdated Wiki: Documentation
Quick Start Tweetinvi is a C# .NET API developped to simplify the life of developers will to access the Twitter API. It provides an easy access to the Twitter REST API and the Twitter stream...
View ArticleUpdated Release: Tweetinvi 0.9.6.x
Visit Tweetinvi 0.9.6.x Work ItemsCustom Parameters When an action can be performed with a 'RequestParameters' class (e.g. Search, Timeline, Message...), you will now be able to specify...
View ArticleNew Post: Web Request Failed
Hi The callback URL comes from this code:var applicationCredentials = CredentialsCreator.GenerateApplicationCredentials(Settings.GetString("TwitterConsumerKey"),...
View Article