Hello,
After elevating my app’s permissions in order to make calls to DM, I regenerated my OAuth codes, inserted them into my Python application, and receive the error
{‘errors’: [{‘message’: ‘Could not authenticate you.’, ‘code’: 32}]}
Also, when I hit “Test OAuth,” I receive a new page with the following message:
“Access denied
You are not authorized to access this page.”
After long, relentless Google searching, I was unable to find a concrete solution. Any ideas guys? I know that my OAuth authentication is working, as the apps that don’t require DM access (using new codes) are working great.
tldr; Error with DM post request authentication - OAuth is working in other apps, Error Code 32 (not 401)