草庐IT

getPhotoUrl

全部标签

android - getPhotoUrl() 方法中的照片大小 Google Identity 工具包

我使用GoogleIdentityToolkit登录,我注意到类GitkitUser.UserProfile检索照片url,但它太小了。谷歌文档没有说明照片大小。https://developers.google.com/identity/toolkit/android/reference/com/google/identitytoolkit/GitkitUser.UserProfile.html#getPhotoUrl()例如,使用Facebook登录时,getPhotoUrl()方法返回:https://scontent.xx.fbcdn.net/hprofile-xap1/v/t

android - GoogleSignInAccount getPhotoUrl() 返回 null

正在尝试从已登录的个人资料中获取照片。但总是返回空值。姓名和电子邮件返回值,只有照片有问题。GoogleSignInOptionsgso=newGoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN).requestProfile().requestEmail().build();mGoogleApiClient=newGoogleApiClient.Builder(StartActivity.this).enableAutoManage(StartActivity.this,StartActivity.this)