I have a marketplace app running using 2LO without problems. Now I want to do some stress tests using my domain consumer key/secret without changing the code. I have the domain consumer key/secret/2LO enabled but when I try to use the domain key/secret the provisioning api queries fails with:
com.google.gdata.util.AuthenticationException: Unknown authorization header.
I am using the UserService to retrieve a UserEntry: "
https://apps-apis.google.com/a/feeds/" + domain + "/user/2.0/" +
name + "?xoauth_requestor_id=" + email;
With the marketplace key/secret is working fine. I tried the SitesService and it is working with the domain key/secret 2LO.
I am missing something?