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).