How do I use OAuth within my GWT application?

后端 未结 3 1515
北恋
北恋 2020-12-10 04:14

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/googl

3条回答
  •  时光取名叫无心
    2020-12-10 04:52

    What do you mean in your GWT application? Do you mean client-side only?

    Because on the server you can easily use the Scribe OAuth library.

    It has a good documentation and is fairly simple to use.

提交回复
热议问题