Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

Commented Unassigned: Search.SearchTweets is not working with #tags [2187]

$
0
0
HI Tweetinvi,


I'm trying to get all tweets for a particular #tag & it works if that #tag is trending on twitter,but if I use a custom #tag,which has only one or two tweets,its throwing errors(Object reference not set...)?
This is my code sample:

TwitterCredentials.SetCredentials("AccessToken", ".AccessSecret","ConsumerKey","ConsumerSecret");
var tokenRateLimits = RateLimit.GetCurrentCredentialsRateLimits();
if(okenRateLimits.ApplicationRateLimitStatusLimit.Remaining>0)
{
var searchParameter = Search.GenerateSearchTweetParameter("#MYCUSTOMHASHTAG");
var tweets = Search.SearchTweets(searchParameter);// getting error here
var count=tweets.Count;
}

I've tried with twitter api & it's returning the tweets:
https://api.twitter.com/1.1/search/tweets.json?q=%23MYCUSTOMHASHTAG;



-Regards,
Vikram
Comments: ** Comment from web user: linvi **

This is a bug from Tweetinvi. But in the meantime it probably comes from the fact that the http query failed.
In your try/catch would you please access the latest error from the Twitter API like this.

``` c#
var lastExceptionDetails = ExceptionHandler.GetLastException();
```
And send me all the information contained within.

The fix will be available in Tweetinvi 0.9.2.4.

Regards,
Linvi


Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>