_instagramService.Users.GetRecentMedia(userId, 10)' threw an exception of type 'System.OverflowException'
base: {"Value was either too large or too small for an Int32."}
When hit that users home page I do not see to many recent media.
Yup. The IDs of locations can no longer be represented by Int32. If you update to Skybrud.Social to v0.9.4.2(which is about a week old), it should work ;)
Instagram GetRecentMedia exception
Anders,
For some reason with certain users when I try the following end point call:
I get
When hit that users home page I do not see to many recent media.
Any ideas why its erroring?
Regards
Ismail
Yup. The IDs of locations can no longer be represented by Int32. If you update to Skybrud.Social to
v0.9.4.2
(which is about a week old), it should work ;)Anders,
Cheers will take a looksie.
Regards
Ismail
is working on a reply...