abjerner / Skybrud.Social

Skybrud.Social is a framework in .NET for integration with various social services like Twitter, Facebook and Instagram. The framework will handle all the technical parts and API communication so you don't have to.
http://social.skybrud.dk/
MIT License
96 stars 32 forks source link

Getting 'Value was either too large or too small for an Int32' Instagram #52

Closed khraibani closed 8 years ago

khraibani commented 8 years ago

I have attached a screengrab of the error. any idea of how to fix it?

instag

abjerner commented 8 years ago

Yes, actually. The newest release (from earlier today) contains a fix for this ;)

https://github.com/abjerner/Skybrud.Social/releases/tag/v0.9.4.2

khraibani commented 8 years ago

Brill! Thanks for the quick response. When would that be fixed for the umbraco package. "Skybrud.Social.Umbraco"

abjerner commented 8 years ago

If you have installed Skybrud.Social.Umbraco via NuGet, you can simply update the Skybrud.Social dependency to the new version. Otherwise, replacing Skybrud.Social.dll in your bin folder with the new release should do it as well ;)

khraibani commented 8 years ago

Brill thanks you for your help!

On Wed, May 11, 2016 at 4:53 PM, Anders Bjerner notifications@github.com wrote:

If you have installed Skybrud.Social.Umbraco via NuGet, you can simply update the Skybrud.Social dependency to the new version. Otherwise, replacing Skybrud.Social.dll in your bin folder with the new release should do it as well ;)

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/abjerner/Skybrud.Social/issues/52#issuecomment-218503312