Mario M - 2011-02-08 11:28:57
In btube.php its not
$url = "https://www.google.com/youtube/accounts/ClientLogin";
anymore...Google changed their api since October 2010.
It should be
$url = "https://www.google.com/accounts/ClientLogin";
The only problem is the captcha thing....the post doesnt login, that page asks for a captcha token.
Can anyone fix it :(