Hi, can someone please elaborate if the provisioning API for 3-legged OAuth is supported? As stated in the docs it should be supported. I can grab a OAuth token for the "https://apps-apis.google.com/a/feeds/" scope, but when accessing the groups feed, I get:
com.google.gdata.util.AuthenticationException: OK <HTML> <HEAD> <TITLE>Unknown authorization header</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1>Unknown authorization header</H1> <H2>Error 401</H2> </BODY> </HTML> I'm adding the "xoauth_requestor_id" to the request. It works fine for all other GData API's so far. Any help would be appreciated, Daniel Florey OAuth for web applications Provisioning API service also supports 3-legged OAuth scheme for allowing web applications to manage users, nicknames, groups and organization units. TheOAuth guide <http://code.google.com/apis/accounts/docs/OAuth_ref.html> provides more information on how to obtain access tokens *OAuth scope parameter* https://apps-apis.google.com/a/feeds/ -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
