These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Difficulties with esi-characters.read_contacts.v1
https://login.eveonline.com/oauth/authorize/?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%2Fcallback&client_id=[clientID]]&scope=esi-characters.read_contacts.v1%20esi-characters.write_contacts.v1&state=uniquestate123
http://localhost/callback?code=[Authorization code]&state=uniquestate123
curl -v -X POST --header "Authorization: Basic [base64]]" --header "Host: login.eveonline.com" --header "Content-Type: application/x-www-form-urlencoded" --data "grant_type=authorization_code&code=[Authorization code]" https://login.eveonline.com/oauth/token
{"access_token":"[access token]","token_type":"Bearer","expires_in":1200,"refresh_token":"[refresh token]"}
curl -i --compressed -X GET --header 'Accept: application/json' --header 'Authorization: Bearer [access token]' 'https://esi.tech.ccp.is/latest/characters/[character ID]/contacts/?datasource=tranquility&page=1'