Twitter Feed controlling

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
afallingpanda
Forum Newbie
Posts: 3
Joined: Wed Nov 06, 2013 7:10 am

Twitter Feed controlling

Post by afallingpanda »

Hello guys,

im making this thread to ask for help in something i need doing. basically i have a twitter support script which basically shows the feed of a person. now im looking to build some sort of parser so a user can control wether to show certain feeds on the website. so for example some sort of simple control panel with the feeds being outputted, and the user can deny or accept them. if its accepted it will then be outputted on the site. currently everything is backed to a database and is CMS'ed.

if anyone knows how i can do this, please let me know.

thanks
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Twitter Feed controlling

Post by Christopher »

How is each feed identified in the data? That would be the way to select between them.
(#10850)
Post Reply