I just got an app api key. My project is open sourced on github if I commit the part wich exploit tmdb API via wrapper the app key will be exposed. Is it allowed or no ? Or do I have to make the app key a config object
thanks for your inputs.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 2 octobre 2012 à 13h02
For something like this, I would make it a config object and require your users to get their own key.
Réponse de ka2er
le 2 octobre 2012 à 13h13
thanks for the answer. fortunatelly I asked before pushing !
Réponse de Travis Bell
le 2 octobre 2012 à 13h39
Well, the one thing to remember is that all it would take is one of the people who downloaded your project to abuse our API in some way and your entire app (every single user who downloaded it) would be taken offline if the API key got revoked.