AppsService service = new AppsService("domain", authenticationToken);
But how can I retrieve the authenticationToken without using ClientLogin?
If it helps...I'm using DotNetOpenAuth for login.