Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Our company has subscribed to Google Apps. We have an internal CRM system. The goal is now to updates all Google Apps Account contacts data based on the contacts data in our internal CRM system.

I was googling the net and I think a solution could be, to build a Google App Engine app. This app retrieves the internal CRM data through the Secure Data Connector (SDC). So far, so good.

The problem is: I need from my Google Apps Engine full access to all users contact data within Google Apps. I read a lot about OAuth. Unfortunately all examples need an authentication from each user.

If I compare to a marketplace service (lets say Backupify.com), this seems very odd. For a marketplace service I as the Google Apps admin just grant access with 1 single click.

All the OAuth examples also implicates, that the user logs in to the Google Apps Engine app and provides then access to their personal data. But in my case, the app acts without any user interaction, rather on a cronjob.

Does anybody have an idea, how I could have full access from Google Apps Engine to my Google Apps user data in a simple way?

Thank you very much, Marco

EDIT: I'd like to code in Java . Also, I'd like to use Google Apps Engine, because I don't want to host a Java server inhouse.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.