@tmj I am trying to integrate with the Lightroom API. Additionally, using openid I am able to get the token and when I use it to get /user/libraries it gives me a 403003 error. Essentially, not authorized thanks
Hello,The /authorize API does not work for any other scope than openid. To eliminate my code as the problem I tried it in the OAuth Playground and was able to reproduce the problem. I tried three scopes:1. openid2. openid,creative_sdk3. creative_sdkOnly #1 was successful in generating the token. All...