diff options
author | tastytea | 2020-01-14 23:22:50 +0100 |
---|---|---|
committer | tastytea | 2020-01-14 23:22:50 +0100 |
commit | df51d4fdcc105eb84bed0faea6b76839edca0d36 (patch) | |
tree | 39ddac7ccf09536fc40d4aacbcbbba4f7b348dba | |
parent | 31df2a703df40b92d750c9e184897899bf412264 (diff) | |
download | mastodonpp-df51d4fdcc105eb84bed0faea6b76839edca0d36.tar mastodonpp-df51d4fdcc105eb84bed0faea6b76839edca0d36.tar.gz mastodonpp-df51d4fdcc105eb84bed0faea6b76839edca0d36.zip |
Change website in example08 to example.com.
-rw-r--r-- | examples/example08_obtain_token.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example08_obtain_token.cpp b/examples/example08_obtain_token.cpp index 8c78aef..5a072a6 100644 --- a/examples/example08_obtain_token.cpp +++ b/examples/example08_obtain_token.cpp @@ -54,7 +54,7 @@ int main(int argc, char *argv[]) // Create an “Application” (/api/v1/apps), // and get URI for the authorization code (/oauth/authorize). auto answer{token.step_1("Testclient", "read:blocks read:mutes", - "https://tastytea.de/")}; + "https://example.com/")}; if (!answer) { handle_error(answer); |