Register an account for your airline on Twitter (if you don't already have one).
Go to this URL: https://dev.twitter.com/apps/new (Or dev.twitter.com and find "Register an Application", in-case the registration changes).
For name, enter your VA name
For URL, enter the URL to your phpVMS site
Application Type select "Client"
Default Access type should be "Read & Write"
[*]After registering, you will see the following settings, copy them, you'll need them later:
Consumer Key
Consumer Secret
[*]Under "My Access Token", you'll see
Access Token
Access Token Secret
[*]The following settings are in app.config.php, they must be placed in the local.config.php (or updated in the local.config.php file if they are already there), with the values filled from the sections above
Config::Set('TWITTER_ENABLE_PUSH', true);
Config::Set('TWITTER_CONSUMER_KEY', 'PASTE THE CONSUMER KEY HERE');
Config::Set('TWITTER_CONSUMER_SECRET', 'PASTE THE CONSUMER SECRET HERE');
Config::Set('TWITTER_OAUTH_TOKEN', 'PASTE THE ACCESS TOKEN HERE');
Config::Set('TWITTER_OAUTH_SECRET', 'PASTE THE ACCESS TOKEN SECRET HERE');
Tip: Enable the "Tweet Location, Add a Location to your Tweets" in your Twitter Profile settings, so that Tweets will be from the location they occur - for instance, a flight from KJFK to KBOS will tweet an arrival using KBOS as the location. New pilot's locations will be Tweeted from their hub
Recommended Comments
There are no comments to display.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.