Skip to content

Commit e77a788

Browse files
authored
updated client info
Signed-off-by: @snowman <jimmoffitt@yahoo.com>
1 parent 9f92b49 commit e77a788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Direct-Messages-lookup/get_user_conversation_events.py

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

101101
if __name__ == "__main__":
102-
main()
102+
main()

0 commit comments

Comments
 (0)