Skip to content

Commit 8f60f22

Browse files
authored
updated client info
Signed-off-by: @snowman <[email protected]>
1 parent 6f35488 commit 8f60f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Manage-Direct-Messages/post_group_conversation_dm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#-----------------------------------------------------------------------------------------------------------------------
1313
# These variables need to be updated to the setting that match how your Twitter App is set-up at
1414
# https://developer.twitter.com/en/portal/dashboard. These will not change from run-by-run.
15-
client_id = 'dE5vYmJaa3o5QWRlNEt1T01DZ206MTpjaQ'
15+
client_id = ''
1616
#This must match *exactly* the redirect URL specified in the Developer Portal.
1717
redirect_uri = "https://www.example.com"
1818
#-----------------------------------------------------------------------------------------------------------------------
@@ -113,4 +113,4 @@ def main():
113113
print(json.dumps(json.loads(response.text), indent=4, sort_keys=True))
114114

115115
if __name__ == "__main__":
116-
main()
116+
main()

0 commit comments

Comments
 (0)