Trouble with token from Alexa

Hello,

Having trouble with oauth token from Alexa.

I’m linking the skill to particle and receiving the token in the session.user, I cannot make the particle function call. The error I’m receiving is…

{“error”:“invalid_scope”,“error_description”:“Permission denied”}

This is the call I’m attempting…
curl https://api.particle.io/v1/devices/device-id/function-name -d access_token=token

Any ideas?

Thanks,
Don

I have the same issue: I can make it work using my account “access_token” but the one passed by the Alexa skill into the code is not correct.

Did you ever figure this out?