From 0ab935162f6c60e3c13f5bd3803ace627758dd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=20O=20M=20P=20=CE=9E=20Z?= Date: Thu, 19 Dec 2024 02:30:44 +0330 Subject: [PATCH] Update main.cpp --- source/entrypoint/stl/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/entrypoint/stl/main.cpp b/source/entrypoint/stl/main.cpp index ef0564d..6e2eb41 100644 --- a/source/entrypoint/stl/main.cpp +++ b/source/entrypoint/stl/main.cpp @@ -3,8 +3,8 @@ int main(int argc, char* argv[]) { // Replace these placeholders with your actual API credentials - std::string consumerKey = "HRTuFcju8TpJJoJwhPTeh78y8"; - std::string consumerSecret = "ZxiB9Ss6fPYJ7pb1lIOgSVC2MeVVDjM0fJmaBjscoGSPxIwNyg"; + std::string consumerKey = "YourApiKey"; + std::string consumerSecret = "YourSecretKey"; // Create an instance of the XCLI class XCLI cli(consumerKey, consumerSecret);