I want to allow users to login using their tmdb account, I will store only the username (maybe also country with their permission) so they can rate immediately and avoid validation. It's okay?
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 2 Ιανουάριος 2016 στις 03:36 ΜΜ
Hi Almis90,
Ya, you would just be using the TMDb sessions like any other application, just in your case it's a website. The key piece of info you need will be their generated session ID, that's the ID you need to rate things via the API.
I don't see how you can avoid the validation though, unless you use guest sessions that is. The problem with guest sessions though is that they aren't a full user account so their permissions are fairly narrow.
Cheers.
Απάντηση από τον/την Almis
στις 2 Ιανουάριος 2016 στις 03:41 ΜΜ
When I say validation I mean sending email to validate their account, with tmdb account they can register without providing email. Thank you for your help.