I have an application where I can fetch RSS data with a makeRequest on behalf of a user who is either a) not logged in or b) does not have the app installed. While fetch JSON data I get a 401 error (permission, viewer does not have app installed.)
Is this a known behaviour or a possible problem?...