Skip to content

Commit 4a7a9d6

Browse files
committed
Remove Access Token Requirement from oEmbed API
1 parent cb76419 commit 4a7a9d6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,8 +1117,7 @@ app.get('/oEmbed', async (req, res) => {
11171117
`oembed`,
11181118
{
11191119
url,
1120-
},
1121-
`TH|${APP_ID}|${API_SECRET}`
1120+
}
11221121
);
11231122

11241123
let html = '<p>Unable to embed</p>';

0 commit comments

Comments
 (0)