在android app 中引导用户去授权 https://www.strava.com/oauth/authorize
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(authUrl))
startActivityForResult(intent, 100)
当用户点击授权后没有回调到app中获取code,请问如何解决,谢谢!
在android app 中引导用户去授权 https://www.strava.com/oauth/authorize
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(authUrl))
startActivityForResult(intent, 100)
当用户点击授权后没有回调到app中获取code,请问如何解决,谢谢!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.