oEmbed provider does not use the twitter api library classes any more

This commit is contained in:
Craig Andrews
2009-08-11 21:15:42 -04:00
parent 4f751563c7
commit 7eda7295e4
4 changed files with 61 additions and 35 deletions

View File

@@ -117,15 +117,8 @@ class Router
$m->connect('main/tagother/:id', array('action' => 'tagother'));
$m->connect('main/oembed.xml',
array('action' => 'api',
'method' => 'oembed.xml',
'apiaction' => 'oembed'));
$m->connect('main/oembed.json',
array('action' => 'api',
'method' => 'oembed.json',
'apiaction' => 'oembed'));
$m->connect('main/oembed',
array('action' => 'oembed'));
// these take a code