Get Strava Access Token for MAF Test Analyzer

Important: The token you provided doesn't have the required permissions to read activities. Follow these steps to get a proper token.

Step 1: Set up Strava Application

Go to Strava API Settings

Create an application (if you don't have one) with these settings:

Copy your Client ID and paste it below:

Step 2: Authorize Application

Click this button to authorize your application with the correct permissions:

Note: This will open a new window. After authorizing, you'll be redirected to a page that doesn't exist, but the URL will contain your authorization code.

Step 3: Get Authorization Code

After clicking authorize, copy the code from the URL and paste it here:

The URL will look like: http://localhost/?state=&code=YOUR_CODE_HERE&scope=read,activity:read_all



Step 4: Your Access Token

Your access token will appear here:

Token will appear here after step 3...
Usage: Copy the token above and use it like this:
STRAVA_ACCESS_TOKEN='your_token_here' ruby _scripts/maf_test_analyzer.rb 'https://www.strava.com/activities/ACTIVITY_ID'