contributions/api.twitter/start.inc.php
Go to the documentation of this file.00001 <?php 00002 define ('CONVERTER_TWITTER', 'twitter'); 00003 00004 require_once dirname(__FILE__) . '/lib/helpers/converters/twitter.converter.php'; 00005 ConverterFactory::register_converter(CONVERTER_TWITTER, new ConverterTwitter());