How do browsers know there is an RSS feed present for a given URL
- by Rani
Hi guys,
I get a URL from a user. I need to know:
a) is the URL a valid RSS feed?
b) if not is there a valid feed associated with that URL?
Using Objective-c
Can any one help me to solve this.
Thanks in advance.