Skip to content

Compatibility With Strava's New oAuth Flow

Latest
Compare
Choose a tag to compare
@mjaschen mjaschen released this 23 Sep 08:52
· 4 commits to master since this release

We're now compatible with Strava's new oAuth Flow.

Access tokens are now only valid fo a relatively short timespan and have to be refreshed regularly. We've added an example script (examples/oauth-flow.php) which show how that's done.

Please update your code to work with Strava's new requirement (and watch out for the \RuntimeException which is thrown when an access token is expired).