When I was coding up views.py for HashPix I found that the Instagram API would sometimes barf at me with an APINotAllowedError exception. API not allowed? What?! How could that be? I was using the official python-instagram library! Why would they have a method that returns an APINotAllowed exception?
Read More