Skip to content

Instantly share code, notes, and snippets.

View mykfrost's full-sized avatar
😃
I may be slow to respond.

Michael Otieno mykfrost

😃
I may be slow to respond.
View GitHub Profile
<?php
// based on https://stackoverflow.com/questions/12684765/twitter-api-returns-error-215-bad-authentication-data
require_once( "mysql_config.php" );
define( 'ACCESS_TOKEN' , 'YOUR_ACCESS_TOKEN' );
define( 'ACCESS_TOKEN_SECRET' , 'YOUR_ACCESS_TOKEN_SECRET' );
define( 'CONSUMER_KEY' , 'YOUR_CONSUMER_KEY' );
define( 'CONSUMER_KEY_SECRET' , 'YOUR_CONSUMER_KEY_SECRET' );
// get the follower ids