We need to get the music favorites from users account through our App using PHP SDK, but calling $facebook->api('/' . $facebookUser['id'] . '/music', 'get') only retrieves the information if the user has changed the permissions for the music favorites to Public.
Is there a way to ask the user for special permission to access their favorites even thought they haven't set those permissions to Public?