Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Tips for dynamic RSS feeds

Has anyone had any experience with using dynamic URL's for RSS feeds? I've been putting together an app for for streaming live and archived feeds and any url that ends with .rss works great (kitchen sink example) but I'm seeing a lot of sites dynamically generating urls for the rss feeds, like:
http://domain.com/PodCast/PodCast.php?client=clientname&lib=6.

am i missing something in understanding this? seems like these type of urls are no good since they needs to be parsed server-side.

Thx!

— asked July 9th 2010 by Kelly Redd
  • iphone
  • mobile
  • rss
0 Comments

2 Answers

  • You should be able to use a URL that points to a script as in your example. To your Titanium application, it makes no difference when you request a static or dynamic resources via GET or POST.

    — answered July 9th 2010 by Kevin Whinnery
    permalink
    0 Comments
  • Thanks Kevin, problem must be on my end, good to know it's def possible.

    Thx

    — answered July 9th 2010 by Kelly Redd
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.