Options

API 1.3 authentication

MaikuruMaikuru Registered Users Posts: 1 Beginner grinner
I'm working on a proof of concept where I need to be consume our user's albums and get the image meta data. I know the api will let me do this, but where I'm having an issue is that I'm using a thick-client (AngularJS) which basically means I'm almost entirely in javascript.

oauth 1.0 is particularly insecure for a pure javascript implementation as you have to store the api key and the secret in code which is easily viewable by anyone who has a basic understanding of javascript.

Basically I really want it just read only access to my albums and to be able to pull image information. Is there a better way for me to do this?
Sign In or Register to comment.