Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 2d480bf

Browse files
committed
updated sample app to add like and unlike
1 parent d090bfd commit 2d480bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sample_app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
app.install(plugin)
1111

1212
CONFIG = {
13-
'client_id': '0512494a584a40e988476e77c45359ba',
14-
'client_secret': 'd244e7e964274f82aba3167eb7791410',
13+
'client_id': '<client_id>',
14+
'client_secret': '<client_secret>',
1515
'redirect_uri': 'http://localhost:8515/oauth_callback'
1616
}
1717

0 commit comments

Comments
 (0)