andyhutch77 / oAuthTwitterWrapper

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.

Home Page:http://highviewsoftwaresolutions.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User.cs, id column is not big enough and is failing the JsonConvert.DeserializeObject

happylemon666 opened this issue · comments

If I use this line

var tweets = JsonConvert.DeserializeObject(json);

I get
JSON integer 2175990686 is too large or small for an Int32. Path 'statuses[2].user.id', line 1, position 6201.

but I should add, this is still brilliant btw