
William Jacoby - 2013-08-02 21:57:28
Since Feedera is no longer operating, I need a new was to get twitter status via some means other than going on the site and sifting through message from people I "might" know. Since I've already got TinyTinyRSS going I thought it would be nice to use it to get the updates. Is it possible to do this, I saw that it had an array, so assumed I could do
$parameters = array(
'screen_name'=>(IsSet($_GET['screen_name']) ? $_GET['screen_name'] : 'user1'),
'screen_name'=>(IsSet($_GET['screen_name']) ? $_GET['screen_name'] : 'user2'),
);