Edited Feature: Ability to get json from DTO [2341]
Get a json string from the an object DTO
View ArticleEdited Feature: Implement : [followers/list] [1722]
Reference : https://dev.twitter.com/docs/api/1.1/get/followers/listParameters :- user_id / screen_name- cursor- skip_status- include_user_entities (to be determined - improve performance when no...
View ArticleEdited Feature: Implement : [friends/list] [1721]
A workaround currently exist : priority is Medium/LowReference : https://dev.twitter.com/docs/api/1.1/get/friends/listParameters :- user_id / screen_name- cursor- skip_status- include_user_entities (to...
View ArticleEdited Unassigned: How to fix "object reference not set to an instance of an...
I'm calling the search function var tweets = Search.SearchTweets(searchParameter);I cannot figure out the problem and how could I fix it
View ArticleEdited Unassigned: NullReferenceException with...
Hello,I'm trying for the first time this nice Twitter lib and I'm having trouble I'm trying to do something simple : getting my list of friends....
View ArticleEdited Unassigned: Unterminated String Error Downloading Tweets [2299]
Hi!Trying to download a bunch of tweets, I usually receive this error:```[Newtonsoft.Json.JsonReaderException] = {"Unterminated string. Expected delimiter: \". Path '[41].user.listed_count', line 1,...
View ArticleEdited Unassigned: Value cannot be null. Parameter name: collection exception...
I cannot figure out the problem and how to handle this exception Source: "mscorlib"
View ArticleEdited Unassigned: Null Object Reference [2276]
whenever i try to get follower or friends of any user, the API gives me exception of "Null Object Reference". List<string> total = new List<string>(); List<Tuple<int, string>>...
View ArticleEdited Unassigned: Image upload not working [2254]
Hi,I'm trying to upload image from my WP8 app to Twitter and it worked well but from yesterday I can't post images with success. I'm using this code:```var file = ToByteArray(image); // Method to...
View ArticleEdited Unassigned: Spaces encoded in published tweets [2211]
I am having an issue with publishing tweets. It works all right but encodes the spaces within words so in twitter i have a tweet that looks like thistest%20post%20againAny help please.Thanks
View ArticleEdited Feature: Implement Tweet Lookup [2217]
Ability to retrieve up to 100 tweets in a single query. [https://api.twitter.com/1.1/statuses/lookup.json](https://api.twitter.com/1.1/statuses/lookup.json )
View ArticleEdited Feature: Implement : [account/settings][POST] [1725]
Reference : https://dev.twitter.com/docs/api/1.1/post/account/settingsParameters :- trend_location_woeid- sleep_time_enabled- start_sleep_time- end_sleep_time- time_zone- lang
View ArticleEdited Feature: Implement : [account/settings][GET] [1723]
Reference : https://dev.twitter.com/docs/api/1.1/get/account/settingsNo parameters
View ArticleEdited Feature: RateLimit [2097]
Implement a solution that allow developers to listen to rate limit events and act in consequence.Add a mechanism to start a method only when the rate-limit is valid.Add a mechanism to check the...
View ArticleNew Comment on "Documentation"
Great work ! It will be nice if you specify on top in documentation all the Nuget packages needed for this library. https://www.nuget.org/packages/Newtonsoft.Json/...
View ArticleNew Post: Sign-in with twitter
Hi, I've been following the Twitter's official sign-in implementation (https://dev.twitter.com/web/sign-in/implementing) and wanted to confirm whether a few steps occur when creating credentials within...
View ArticleNew Post: Sign-in with twitter
Just following up here - I'm at step 4 and keep getting a 401 when calling GetCredentialsFromCallbackURL(). The Tweetinvi exception is "Operation is not valid due to the current state of the object."...
View ArticleNew Post: Sign-in with twitter
Hi, Figured it out, apologies for all the postings. After obtaining the redirect URL, the AuthorizationKey and AuthorizationSecret properties are set for the applicationCredentials object. I persisted...
View ArticleNew Post: Managing multiple Twitter users authentication
Hi Using REST API How to Manage multiple Twitter users authentication ? including storing access token etc , Any Code Example will be great Planing to use ASP.NET MVC for this App
View ArticleNew Post: A) Authorize "to use your account?" keep appearing and B) How to...
Hi everyone, I need to create a simple "Log in" with Twitter account and I have the following problems: A) Authorize "to use your account?" keep appearing - steps are: 1 - Create a Twitter account...
View Article