PHP code example of xima / xima-twitter-client
1. Go to this page and download the library: Download xima/xima-twitter-client library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
xima / xima-twitter-client example snippets
$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['xima_twitter_client'] = [
'api_key' => 'your-api-key',
'api_secret' => 'your-api-secret',
'access_key' => 'your-access-token',
'access_secret' => 'your-access-token-secret',
'image_storage' => '1:Images/Twitter',
];