logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

LWP::Authen::OAuth2::ServiceProvider::Strava - Access Strava using OAuth2

Author

       Leon Wright, "<techman@cpan.org>"

Authors

       •   Ben Tilly, <btilly at gmail.com>

       •   Thomas Klausner <domm@plix.at>

Name

       LWP::Authen::OAuth2::ServiceProvider::Strava - Access Strava API v3  OAuth2 APIs

Registering

       Before you can use OAuth 2 with Strava you need to register yourself as a client.  For that, go to
       <https://www.strava.com/settings/api> and register your application. You'll need to set "redirect_uri"
       with them, which will need to be an "https://..." URL under your control. (Though you can set 127.0.0.1
       if you are using this in a script).

       All the standard LWP::Useragent methods are available, but it will also take a Request Object if you need
       something more. (LWP::Authen:OAuth2 contains all the relevant doco).

Synopsis

       See <http://strava.github.io/api/> for Strava's own documentation. Strava's documentation is very
       detailed, so that is the best place to find detailed and up to date info about.

Version

       Version 0.02

See Also