yet another blog about computer, technology, programming, and internet

Monday, May 02, 2011

Using ClientLogin to do Authentication for App Engine Application

Monday, May 02, 2011 Posted by Ismail Habib , 35 comments
General information about ClientLogin: http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html Discussion on Google Groups (including the original solution posted by geoffd123): http://groups.google.com/group/google-appengine-java/browse_thread/thread/c96d4fff73117e1d My solution uses Apache Http library instead of HttpUnit. public static String loginToGoogle(String userid, String password, ...