oAuthTwitterWrapper icon indicating copy to clipboard operation
oAuthTwitterWrapper copied to clipboard

An easy way to display twitter feeds and searches in any .net project, with one nuget command and 3 appsetting changes you have access to raw json or serialized c# objects. No need for 3rd party dlls.

Results 14 oAuthTwitterWrapper issues
Sort by recently updated
recently updated
newest added

* Correct headers markdown padding. * Add prefix and suffix for code blocks.

Hi there, Love the library! I added a couple of Async methods so it can be used with async methods. I also added a way to add a screen name...

@andyhutch77 According to this, http://www.nuget.org/packages/oAuthTwitterWrapper/, the last NuGet package was created on 9/6/2013, but according to the commit history on this repo there have been several commits/fixes since then. Please...

An exception of type 'System.Net.WebException' occurred in System.dll but was not handled in user code

Is there any way to set the proxy settings?

Fix: In the "JsonTypes" directory, modify the following files: **User.cs** Original [JsonProperty("id")] public int Id { get; set; } Change to [JsonProperty("id")] public long Id { get; set; } **Hashtag.cs**...