The problem with my application is when I test the application as a developer, it ask asks for publish actions permission as it should but when other users go to my application it doesn't ask for publish_actions permission from them.
I added the publish_actions
permission in application setting, but it's not working. I also tried to include the publish_actions
permission in the configuration file, but it didn't work either.