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
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.
|
|
There's not an App Engine-specific API, but you can use the gdata-python library. See this article. |
|||
|
|