Hi, I have been working on creating an RSS reader app for the iphone which allows me to view RSS from an external feed. However the project im working on I need to be able to view an Authenticated RSS feed which is behind a login. Im struggling to write the code to do this.
I need the app to ask the user to enter:
The url they wish to login to (stored and remembered in the app)
Their username used to login to access the RSS (stored and remembered in the app)
Their password used to login to access the RSS (stored and remembered in the app)
Option to remember password for next time
Option to auto login if the above option is accepted
If anyone is able to tell me how i can do this or point me in the right direction would really appreciate it!
Thanks
Tom