mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-22 13:01:06 -05:00
Sunday morning tidy up. Fix #34 by including Bootstrap's responsive
stylesheet.
This commit is contained in:
@@ -27,7 +27,7 @@ function buildAuthorizationHeader($oauth) {
|
||||
$url = "https://api.twitter.com/1.1/statuses/user_timeline.json";
|
||||
|
||||
// Get $oauth_access_token, $oauth_access_token_secret, $consumer_key, $consumer_secret
|
||||
include("secret.php");
|
||||
require("secret.php");
|
||||
|
||||
$oauth = array( 'oauth_consumer_key' => $consumer_key,
|
||||
'oauth_nonce' => time(),
|
||||
|
||||
Reference in New Issue
Block a user