I am trying to build a PHP app to access & read my own movies on DailyMotion. A movie on this DM site can have 3 different statuses : public, private, or password protected.
The movies I want to access belong to the latter categorie. However, I did not find any help about how to provide the required "movie password" (NOT the owner pwd) on the API call issued when accessing it. Any indication ?