OAuth and POCO (Portable Contacts API)
Despite the fact that the documentation says to use the header Authoriation: Bearer {access_token}
for Portable Contacts it is actually Authorization: OAuth {access_token}
. However, it looks like it should be Bearer
and simply isn’t (Best practices for OAuth 2 and 1)