Check if the credentials are valid.
Username of the given site
Password of the given site
Check login and password for YouTube.
curl -X POST \ -d "site=youtube&login=ytlogin&password=ytpasswd&api_key=75b5744011e2dddbf2261e157505958b" \ --url "http://heyspread.com/api2/credentials/check"
HeySpread::Credentials.valid?(:site => "youtube", :login => "ytlogin", :password => "ytpasswd")
HeySpread_Credentials::isValid("youtube", "ytlogin", "ytpasswd");
200 OK
<response> <valid>false</valid> </response>