I'm using Instafeed.js to display the feed in a website, but I've read that's not advisable to let the access token in the client-side.
Is there a way I can protect this data or get the access token in a way it's not visible in the source code? What are the dangers of letting other people see my access key?
var feed = new Instafeed({
accessToken: 'TOKEN_HERE'
}