We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1418a1c commit 9155edeCopy full SHA for 9155ede
plugins/twitter/examples/test_twitter.py
@@ -18,7 +18,7 @@
18
# Using GAME Twitter API credentials
19
options = {
20
"credentials": {
21
- "gameTwitterAccessToken": "apx-a3a69f5bbb7aba5b595c3f14457ce4d1",
+ "gameTwitterAccessToken": os.environ.get("GAME_TWITTER_ACCESS_TOKEN"),
22
},
23
}
24
0 commit comments