1<?php
2/**
3 * Options for the twitter plugin.
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl2.html)
6 * @author Mark C. Prins <mprins@users.sf.net>
7 *
8 * @copyright Copyright (c) 2012-2013 Mark C. Prins <mprins@users.sf.net>
9 */
10$conf['timeout'] = 60;
11$conf['useCURL'] = TRUE;
12$conf['maxresults'] = 10;
13$conf['oauth_consumer_key'] = '';
14$conf['oauth_consumer_secret'] = '';
15$conf['oauth_token'] = '';
16$conf['oauth_token_secret'] = '';