I have a server side application that read Instagram stories. The documentation here https://developers.facebook.com/docs/instagram-api/reference/ig-user/stories/ says that instagram_manage_insights is required to query stories. However my app review was rejected by facebook saying that for this permission they need a login. There is no login in a server side application and the documentation doesn't say anywhere that only applications with a front end can query stories. How can I work around that? It doesn't look that any other of the permissions allow me to query stories.