Open moveo opened 5 years ago
When I try to signIn to Strava with this code :
val intent = StravaLogin.withContext(getContext()) .withClientID(CLIENT_ID.toInt()) .withRedirectURI("some URL") .withAccessScope(AccessScope.VIEW_PRIVATE_WRITE) .makeIntent() startActivityForResult(intent, 1)
this page is showing
then I clicked to "Log in using Facebook" and next page is
"Log in using Google" and by email Password is working perfect this error is only when I try to log in using facebook.
When I try to signIn to Strava with this code :
this page is showing
then I clicked to "Log in using Facebook" and next page is
"Log in using Google" and by email Password is working perfect this error is only when I try to log in using facebook.