public function auth_callback() { if ($this->input->get("code") != null) { $this->Strava_model->UpdateProfileStravaToken($this->input->
I would like to access my own activities using the Strava API in Python. I've researched the responses to the question below, but am still bumping into errors.