Hi When Creating Authorization URL to Authorize the Request Token using OAuth, It is returning url that can redirect to google login Instead I want Google Apps domain login ( like.. mail.google.com/a/domian.com). I am using this to authorize google conctas for accessing data using google contact data API..below is the code
String approvalPageUrl = oauthHelper.createUserAuthorizationUrl(oauthParameters); response.sendRedirec(approvalPageUrl ); Please Help me on this Thanks, Anand -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles 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://code.google.com/apis/contacts/community/forum.html
