Skip to content

Commit

Permalink
fix checking tweet yeahers
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Nov 23, 2024
1 parent 05b491a commit e2c4034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Yeah! for Twitter",
"description": "Adds a Yeah! button to Twitter",
"version": "1.1.2",
"version": "1.1.3",
"manifest_version": 3,
"homepage_url": "https://github.com/dimdenGD/YeahTwitter",
"permissions": [
Expand Down
2 changes: 1 addition & 1 deletion scripts/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ const API = {
return new Promise((resolve, reject) => {
fetch(`https://api.${location.hostname}/1.1/users/lookup.json?user_id=${ids.join(",")}`, {
headers: {
"authorization": publicToken,
"authorization": "Bearer AAAAAAAAAAAAAAAAAAAAAG5LOQEAAAAAbEKsIYYIhrfOQqm4H8u7xcahRkU%3Dz98HKmzbeXdKqBfUDmElcqYl0cmmKY9KdS2UoNIz3Phapgsowi",
"x-csrf-token": getCsrf(),
"x-twitter-auth-type": "OAuth2Session",
"content-type": "application/x-www-form-urlencoded; charset=UTF-8"
Expand Down

0 comments on commit e2c4034

Please sign in to comment.