SweetzpotAS / StravaZpot-Android

A fluent API to integrate with Strava on Android apps
70 stars 35 forks source link

ERR_TOO_MANY_REDIRECTS #23

Open moveo opened 5 years ago

moveo commented 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 screenshot_1543814409

then I clicked to "Log in using Facebook" and next page is

screenshot_1543814070

"Log in using Google" and by email Password is working perfect this error is only when I try to log in using facebook.