2017-07-28 58 views
0

我一直在使用Instagram的開發的驗證應用程序及以下的個人資料網址是它的代碼片段,我試圖得到驗證用戶的個人資料網址得到驗證的用戶的Instagram

if (requestCode == Keys.LOGIN_REQ) { 
       // Make sure the request was successful 
       if (resultCode == RESULT_OK) { 
        Bundle bundle = data.getExtras(); 
        instaUsername.setText("Fullname : "+bundle.getString(InstaLogin.FULLNAME)+"\n"+ 
          "UserName : "+bundle.getString(InstaLogin.USERNAME)+"\n"+ 
          "id : "+bundle.getString(InstaLogin.ID)+"\n"+ 
          "pICTURE : "+bundle.getString(InstaLogin.PROFILE_PIC)+"\n"+ 
          "access_token : "+bundle.getString(InstaLogin.ACCESS_TOKEN)+"\n"+ 
          "bıo : "+bundle.getString(InstaLogin.BIO)+"\n"); 
       } 
      } 

請哪有我使用上面的代碼片段獲取已認證用戶的配置文件url

回答

0

您可能需要進行API調用,如here所述提供ACCESS-TOKEN