I am trying to use the OAUTH flow.
I am using the AppKey as my AuthId.
I am receiving this error:
errorCode" : "TokenInvalid", "message" : "Unparseable access token",
I have been posting to the restapi/oauth/authorize address both with and without credentials. WI am using my appkey and appsecret for credentials.
This is the content I am posting:
response_type=code&client_id=beFrA7oCT5uKbmD7Da3Xiw&redirect_uri=https%3A%2F%2Floancraft.net&state=block
Any thoughts on why I am receiving this TokenInvalid message?