Source for file help.php
Documentation is available at help.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
defined('JPATH_PLATFORM') or die();
* Twitter API Help class for the Joomla Platform.
* @package Joomla.Platform
* Method to get the supported languages from the API.
* @return array The decoded JSON response
// Check the rate limit for remaining hits
$path =
'/help/languages.json';
* Method to get the current configuration used by Twitter including twitter.com slugs which are not usernames,
* maximum photo resolutions, and t.co URL lengths.
* @return array The decoded JSON response
// Check the rate limit for remaining hits
$path =
'/help/configuration.json';
Documentation generated on Tue, 19 Nov 2013 15:04:14 +0100 by phpDocumentor 1.4.3