Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

ERR_TOO_MANY_REDIRECTS #23

Open
moveo opened this issue Dec 3, 2018 · 0 comments
Open

ERR_TOO_MANY_REDIRECTS #23

moveo opened this issue Dec 3, 2018 · 0 comments

Comments

@moveo
Copy link

moveo commented Dec 3, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant