Git Product home page Git Product logo

Comments (5)

beddfaf916 avatar beddfaf916 commented on June 9, 2024

+1, but that login feature in GarminConnect app is as usual

from stravazpot-android.

truizlop avatar truizlop commented on June 9, 2024

Could you provide more details about how to reproduce the error? Code that you are using to launch the login intent, steps that you are following... It would help to verify if this is an issue with our library or there is something missing in our integration with Strava. Also, pull requests with fixes are welcome.

from stravazpot-android.

danieltigse avatar danieltigse commented on June 9, 2024

I am using the version 1.1.3 of the library

I am launching the intent with this code:

Intent intent = StravaLogin.withContext(this)
                .withClientID(XXXXX)
                .withRedirectURI("stam://stamapp.com")
                .withApprovalPrompt(ApprovalPrompt.AUTO)
                .withAccessScope(AccessScope.VIEW_PRIVATE_WRITE)
                .makeIntent();
        startActivityForResult(intent, RQ_LOGIN);

I have done some research and I found this, I don't know If you can fix it:

RocketChat/Rocket.Chat.Cordova#159
https://blog.cloudrail.com/solving-disallowed_useragent-for-google-services/

from stravazpot-android.

danieltigse avatar danieltigse commented on June 9, 2024

Version 1.1.4 works for me. Thanks you all!

from stravazpot-android.

truizlop avatar truizlop commented on June 9, 2024

Thank you for using our library!

from stravazpot-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.