Hi khangulll, Responses inline.
On Wednesday, August 17, 2011 2:59:50 AM UTC-4, khangulll wrote: > > I tried gooleapps for business, and am using my own domain now, it > is working. But still to change the language it takes about 20 minutes toi > come into effect where you can see the actual change. This is the normal, expected behavior. language changes can take 15 minutes to an hour to take effect in the user's UI. The user may need to log out and back in to see them also. > how to get user credentials e.g (username or password) through token > access. and how to use the above mentioned service through token without > having to hard code the username and password again. A prompt reply would be > greatly appreciated, since were in the middle of deployment. Thank you > I don't understand what you're asking here. For security reasons, it's not possible to retrieve a user's current password via any API if that's your question. You can only reset it to something else. If you don't want to use a username/password to work with the APIs, you want to use OAuth. See below for documentation on OAuth. If you're looking for sample code, my application, Google Apps Manager (GAM) makes use of the Email Settings API and OAuth among other APIs: http://code.google.com/apis/gdata/articles/oauth.html http://code.google.com/p/google-apps-manager Jay -- 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/-/o0860sx5A9QJ. 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.
