google-apps

getAuthDomain() in GWT is always returning gmail.com

I'm writing an application with Google Web Toolkit and am trying to figure out the Google Apps domain of the user currently logged in. public LoginInfo login(String requestUri) { UserService userService = UserServiceFactory.getUserService(); User user = userService.getCurrentUser(); LoginInfo loginInfo = new LoginInfo(); ...

domain and sub domain with different MX records

I am trying to segregate email address of my employees according to the geographic location. so i have thought of creating email with location information as [email protected] or [email protected] etc current setup: email hosting from 2 different service providers (godaddy and google apps) , one domain having hosting at godaddy, all ...

How do I use OAuth within my GWT application?

How do I use OAuth within my Java GWT application? In particular, I want to get a list of users in my Google Aps domain, using this API: http://code.google.com/googleapps/domain/profiles/developers_guide_protocol.html I know this sounds like a question, that probably has been asked many times before, but I couldn't find any Java code o...

Which hostname required to send email to user, when Our website created with googleapps site ?

Hello folks Our website created with "google apps" site Which hostName is required to send mail ? my website url is http://mydomain.com which is pointing to http://sites.google.com/a/mydomain.com/ I want to send email to registerd user. I am using appache commomns jar to send mail to user. currently i get error message "Sending t...

Checking if an email is valid in Google Apps Script

I'm using the built-in api for scripting against Google Spreadsheets to send some booking confirmations, and currently my script breaks if someone has filled in an invalid email. I'd like it to just save some data to a list of guests that haven't been notified, and then proceed with looping through the bookings. This is my current code ...

Lightopenid + Google Apps + validate() = No servers found!

I'm using LightOpenID and have a test page that is a near-copy of the example-google.php that came with it (I threw some echo's in to debug). Clicking the 'Login with Google' button takes me to Google. I sign in with a valid Google Apps email address and I get returned to my page. But when it tries to validate the claimed_id, I get a ...

How do I go about creating an "Ecommerce Store" using Google Apps

I need a quick answer for an inquiry I just received. Someone has specified that he needs to use Google Apps for the following features: E-commerce Store Store Locator by zip code Is it possible to create an e-commerce website using google apps? And if so, where do I begin with? If anyone has an experience please do share. ...

Is it possible to autologin to Google Apps without use SSO?

I want to login automatically without use the Single Sign On on Google Apps ...

A question about Django and Google Apps

Just wondering about this, is it possible to use Django with the Google Apps API's? I have a small organization that uses Google Apps Education Edition. I was thinking about making a small intranet using Django, and I would love if the first page they saw when they logged in had a few widgets with their email, calendar, maybe docs. I loo...

Using OAuth with Scribe-Java and Google Apps

I'm trying to get a list of all contacts within my Google Apps domain. To do so I'm using the Scribe-Java library (http://github.com/fernandezpablo85/scribe-java) within my GWT application. String resp= ""; OAuthService service= new ServiceBuilder () .provider (GoogleApi.class).apiKey ("my-domain.com").apiSecret ("my-secret").scope (...