curl https://graph.mapillary.com/token
-H “Content-Type: application/json”
-H “Authorization: OAuth CLIENT_SECRET” \ from dev console
-d’
{
“grant_type”: “authorization_code”,
“code”: “LONG_AUTHORIZATION_CODE”, \from url redirects
“client_id”: 1234 \ from dev console
}
Mapillary doesnt have actual support of any kind?
There’s no need to go through the authentication flow if you want to access the Mapillary API. You can simply use the “Client Token” from the app you create in Mapillary and use it as the access_token parameter when making API requests.