We are developing an iOS app using the Facebook SDK and SSO.
In the new version of our app, we started asking for the user_actions.music permission. At first everything worked great. I was able to log in with my user, all of our test users and some old Facebook users I had.
But when we pushed it to a wider audience everything broke. Whenever someone tried to login to the app, the API call simply returned false with no specific error. We have seen this behavior with many users. When we remove this permission, everything works fine for everyone.
Is there any workaround around that? How can we ask for the user_actions.music permission?