Hello,
When I try to get a list of athlete activities, I get the following error:
{
"message": "Authorization Error",
"errors": [
{
"resource": "AccessToken",
"field": "activity:read_permission",
"code": "missing"
}
]
}
read,read_all,activity:read,activity:read_all
I haven't worked on my app in a few months, but am picking it back up to get things finalized and cannot figure this issue out. Everything in the docs seems the same and this setup was working before.
Any help is apprecia