在 Android 中获取 Google 帐户的 authToken
我正在尝试基于 http://code.google.com/p/jumpnote/< 构建应用程序模型/a>
authBundle = am.getAuthToken(account, APPENGINE_SERVICE_NAME,
needAuthAction == NEED_AUTH_NOTIFICATION, null, null).getResult();
authToken = authBundle.getString(AccountManager.KEY_AUTHTOKEN);
authToken 在这种情况下返回 null。
造成这种情况的可能原因是什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该帐户是否已存在于设备上?从 AccountManager javadoc 的类概述部分:
Does the account already exist on the device? From the Class Overview section of the AccountManager javadoc: