Looking for a RSS Feed with Authorization

Uncle Chippah Posted in Component Development 8 years ago

I am looking at moving my website to OSSN . I am in need of a RSS Feed with Authorization component.
Anyone know where I might find one?

Replies
gb Rishi B Replied 8 years ago

i have no idea what that means or what you are actually asking. be more specific if you expect help.

us Uncle Chippah Replied 8 years ago

I want to make an RSS feed for my site so paid members can access the shows.

gb Rishi B Replied 8 years ago

what exactly are you trying to do with the RSS feed? I wanted a way to display items from an rss feed in a box to the right of the newsfeed. you can do this by using the HTMLSideBar component to create an iframe with whatever content you want - if the content is not dependent on the ossn user, you can pretty much create the content independently and then use the HTMLSideBar component to pull it in as I described.

if you're trying to have this display auto-updating news headlines or something, just make an auxiliary php script which grabs the rss headlines/parses the rss feed, then put that in a crontab entry to make it run as often you want.