Hi, I am trying to model an app based on http://code.google.com/p/jumpnote/
authBundle = am.getAuthToken(account, APPENGINE_SERVICE_NAME,
needAuthAction == NEED_AUTH_NOTIFICATION, null, null).getResult();
authToken = authBundle.getString(AccountManager.KEY_AUTHTOKEN);
authToken is returned null in this case.
What can be possible causes for this?