Hi Alan, What authentication mechanism are you planning to use? If you use OAuth 1.0 for Installed Applications you don't necessarily need to have a callback URL:
http://code.google.com/apis/accounts/docs/OAuthForInstalledApps.html <http://code.google.com/apis/accounts/docs/OAuthForInstalledApps.html>ClientLogin ( http://code.google.com/googleapps/domain/gdata_provisioning_api_v2.0_developers_protocol.html#client_login) also doesn't require a callback URL. Claudio On Thu, May 5, 2011 at 2:26 PM, Alan Crooks <[email protected]>wrote: > Hi. > > I'm trying to test an application which will use the Provisioning API and > others to do certain maintenance on Google accounts and email addresses. It > will not be using a web interface so a callback URL is totally unnecessary > because I will be trapping the response and processing it accordingly within > the application. The documentation implies that a call back URL is required. > What should I put in its place? > > Alan Crooks > > -- > 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. > -- 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.
