Hello,
I am trying to provide additional login mechanisms for our web
applications. Currently, it is using the Google accounts login.  I want
users to login using facebook/twitter etc.
After searching the group and on the stack overflow, I am thinking, that
you can do in the following ways
- Google oauth2.0 java client (
https://code.google.com/p/google-oauth-java-client/wiki/OAuth2).  An
example of using the DailyMotion oauth2.0 using this jars is found
here<https://code.google.com/p/google-oauth-java-client/source/browse/dailymotion-cmdline-sample/src/main/java/com/google/api/services/samples/dailymotion/cmdline/DailyMotionSample.java?repo=samples&r=66030fa214af607febf4a059a8bea3ab3e23fbcf>
.
- Use java-scribe. An example is found here
https://code.google.com/p/gwtoauthlogindemo/ and
here<https://github.com/fernandezpablo85/scribe-java/blob/master/src/test/java/org/scribe/examples/TwitterExample.java>

Any suggestions, what should I choose going forward?

-Aswath

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to