Hi Michael, The .NET GData client library doesn't include a sample that shows how to retrieve a 3-legged OAuth token, but the following links can help you understand how you can implement the flow yourself:
http://code.google.com/apis/gdata/docs/auth/oauth.html http://code.google.com/apis/gdata/articles/oauth.html http://code.google.com/apis/accounts/docs/OAuth.html Please note that you can also use OAuth Playground to retrieve a token, store it and use it in your code without the need to have a url redirect. Claudio On Thu, Jul 28, 2011 at 1:46 PM, Michael Rojas <[email protected]> wrote: > So I now know I need to use 3-Legged OAuth to utilize the Provisioning API > with the.Net libraries. I have an idea of how to do it, by have someone log > in and getting the token from a returning url, then using the token and keys > to authorize the client. My question is can I get a token without having to > do a url redirect and having someone sign in? The idea is to have an > automatic process that has admin credentials for our Google Apps that can > create and update users. The process will have the username and password > already. Thanks in advance. > > -- > You received this message because you are subscribed to the Google Groups > "Google Apps Domain Information and Management APIs" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-apps-mgmt-apis/-/7wNibeLeU-UJ. > 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. > -- 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.
