I'm not sure where else to put this.
I would like to know what limitations are involved with using the RSS Feed for a program I am working on in C# that does the following.
Aside from any of that, is there any other special or rules to be noted when using the RSS feed?
Furthermore, do I need to have an APP approved that uses SOLELY the RSS Feed as provided? I read somewhere a message from around 2 years ago that RSS was considered external and free to use but I want to make absolutely sure since i haven't found it in the rules.
I would like to know what limitations are involved with using the RSS Feed for a program I am working on in C# that does the following.
- Makes a connection request using user credentials [manually entered]
- Downloads the RSS Feed into a memory stream.
- Parses the RSS Feed using XmlReader [built in C# Class]
- Using preset Message formats, it will store Combat Reports, Facility Completion and any other message as parsed into their own data files.
Aside from any of that, is there any other special or rules to be noted when using the RSS feed?
Furthermore, do I need to have an APP approved that uses SOLELY the RSS Feed as provided? I read somewhere a message from around 2 years ago that RSS was considered external and free to use but I want to make absolutely sure since i haven't found it in the rules.