https://secure.byond.com/login.cgi?url=http://yoursite.com/
after login it redirects the browser to the site with a querystring of byondcert=[whatever]. From what I can tell, this byondcert is based off of the domain name in the url= and the ckey or something. Is it possible to get a web API that looks something like this?
https://secure.byond.com/byondcert.cgi?byondcert=[whatever]&domain=[whatever]
And it would return in querystring form the ckey or if there's an error it would return an error.
Moving it to an HTTP/S request would remove the need for fully implementing OAUTH and not require emulating the network protocol.
+1 on request