This sample app demonstrates how to use spring-social-instagram and is based on the spring-social-quickstart project.
You should be able to run this application locally by performing the following steps:
git clone [email protected]:mattupstate/spring-social-instagram-example.git
mvn tomcat:run
At the moment, the project simply displays the first page of your feed. I'll be adding more API call examples in the future.
Or perhaps you'd like to fork this and have at it yourself to test out the API! I'd love some feedback.