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.

Is there a way to access the Google Apps users for my domain from a Google App Engine App on uploaded on that domain. I know I can use it for authentication, and I could build queries to the Google Apps api that would pull this data up, I was just wondering if there is a native way to take care of this. I would be writing in python, but I am not sure how useful that is, I feel that all that is available in python is available in the java backend as well

share|improve this question
May be this reporting API can help you. – vivek Jan 4 '12 at 17:04
What do you mean "access Google Apps users"? What do you want to do to them? – Nick Johnson Jan 4 '12 at 23:28

1 Answer

up vote 3 down vote accepted

There's not an App Engine-specific API, but you can use the gdata-python library. See this article.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.