In my Instagram binding for Spring Social I'm experiencing a strange problem that I can't pin point the culprit of. I feel as if I'm following the 'recipe' for the other bindings but maybe I'm missing something. If you clone the repo and run the unit tests you'll see what I'm talking about. Jackson can't seem to map anything because its reached the end of the stream. In an actual application I get a "stream is closed" IOException. I'd appreciate any guidance or help if anyone could spare the time.
Github:
https://github.com/mattupstate/spring-social
Run the tests:
$ ./gradlew spring-social-instagram:test


Reply With Quote