Skip to main content
Question

https://www,strava.com/oauth/authorize

  • November 5, 2025
  • 0 replies
  • 13 views

Forum|alt.badge.img

在android app 中引导用户去授权  https://www.strava.com/oauth/authorize   

Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(authUrl))
startActivityForResult(intent, 100)

当用户点击授权后没有回调到app中获取code,请问如何解决,谢谢!  

0 replies

Be the first to reply!