I am trying to create an application with custom actions, so I added "publish_actions" to the list of permissions requested with the access token. My test user, who is currently not using the application, cannot get the access token, I get an opaque error. cm.
I saw other posts about how people are changing their application to “Games” to get around problems with “publish_actions”, but that didn't make any difference. As soon as I remove "publish_actions" from the scope, my test user can get the access token, but when he tries to publish the user action, the response is an OAuthException "(200 #) Extended permission is required: publish_actions"
Some clarity on how user actions can be developed and tested will be appreciated.
source share