Skip to content

Commit

Permalink
remove secrets from the repo
Browse files Browse the repository at this point in the history
there was a couple of (old and outdated) twitter secrets.
nobody should commit secrets 🤣
  • Loading branch information
hugosolar authored Mar 8, 2021
1 parent 6a51ca7 commit e43682f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wordpress_twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
require_once('oauth/twitteroauth.php');

//Configure your consumer key and consumer secret
define('CONSUMER_KEY', 'TAYMbcrcPWai5qyHlPBbg');
define('CONSUMER_SECRET', 'cLCrkWWfbHHs3PwDoHCmJQqnXm0gOVYpLO3XU7hlQ');
define('CONSUMER_KEY', '[add your consumer key]');
define('CONSUMER_SECRET', '[add your consumer secret]');

/**
* oAuth Twitter Class
Expand Down Expand Up @@ -486,4 +486,4 @@ function get_twitter_user_timeline($user) {
$oauth_twitter = oAuth_twitter::getInstance();


?>
?>

0 comments on commit e43682f

Please sign in to comment.