HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers72/glashelder.pro/app/config/packages/thujohn/twitter/config.php
<?php

// You can find the keys here : https://apps.twitter.com/

return [
	'debug'               => false,

	'API_URL'             => 'api.twitter.com',
	'UPLOAD_URL'          => 'upload.twitter.com',
	'API_VERSION'         => '1.1',
	'AUTHENTICATE_URL'    => 'https://api.twitter.com/oauth/authenticate',
	'AUTHORIZE_URL'       => 'https://api.twitter.com/oauth/authorize',
	'ACCESS_TOKEN_URL'    => 'https://api.twitter.com/oauth/access_token',
	'REQUEST_TOKEN_URL'   => 'https://api.twitter.com/oauth/request_token',
	'USE_SSL'             => true,

	'CONSUMER_KEY'        => 'GKYxvtDlHLdQ33YvHHaSyv2dh',
	'CONSUMER_SECRET'     => '9FxRvKxjHxFUyTlwuSx9GK05Xt6BX5qkdCDu4jrfVriKq9nHZg',
	'ACCESS_TOKEN'        => '2799897629-vrkdwwfMms6HqD8StEAbdJ9TzWYdYoHP34XVRRY',
	'ACCESS_TOKEN_SECRET' => 'gXPcQTAZMfS6Ur8tUSmVLccSZurc3vCwstoL9qEGlArrd',
];