Quantcast
Channel: Uncategorized - Mapillary Community Forum
Viewing all articles
Browse latest Browse all 267

Api authorisation

$
0
0

API Documentation I am trying to follow the instructions here and this step fails.. A shame, anybody has correct instructions?
API V4 - Curl image key in documentation - #3 by Vitor21

  curl https://graph.mapillary.com/token \
      -H "Content-Type: application/json" \
      -H "Authorization: OAuth CLIENT_SECRET" \
      -d'
  {
      "grant_type": "authorization_code",
      "code": "LONG_AUTHORIZATION_CODE",
      "client_id": CLIENT_ID
  }'
  

{
“error”: {
“message”: “Invalid OAuth 2.0 Access Token”,
“type”: “MLYApiException”,
“code”: 190,
“error_data”: {},
“fbtrace_id”: “AueK-WpDg9DQ4tTDnANWMFT”
}
}

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 267

Trending Articles