mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-22 04:51:05 -05:00
Notes
This commit is contained in:
@@ -30,7 +30,7 @@ function fetch($bearer_token, $query){
|
||||
}
|
||||
|
||||
// $bearer_token = get_bearer_token(); // bearer token seems to last
|
||||
require("secret.php");
|
||||
require("secret.php"); // contains $bearer_token
|
||||
print fetch($bearer_token, $urlargs); // search for the work 'test'
|
||||
//invalidate_bearer_token($bearer_token); // invalidate the token
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user