I'm developing a Java application that will display Instagram content. It's for an installation, and will only ever authenticate as a single user. I'm trying to keep my OAuth consumer code as simple as possible.
Twitter offers a "single-user" OAuth implementation that seems quite a bit simpler than the standard "OAuth dance". Is there anything analogous for Instagram?
If not, are there any other shortcuts to getting up and running with OAuth + Instagram? I'm using Apache HTTP Components (specifically, Fluent, to ease asynchronous communication) and looking into using OAuth Signpost. However, the path to Fluent+Signpost isn't immediately obvious...