Changed URL when registering on Mastodon server

This commit is contained in:
tastytea 2018-06-04 20:21:31 +02:00
parent 8aea2458b8
commit 64179809f1
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.7)
project (mastobotmon
VERSION 0.3.11
VERSION 0.3.12
LANGUAGES CXX)
include(GNUInstallDirs)

View File

@ -101,7 +101,7 @@ const string get_access_token(const string &account)
string access_token = "";
ret = acc.register_app1("mastobotmon", "urn:ietf:wg:oauth:2.0:oob", "read",
"https://github.com/tastytea/mastobotmon",
"https://schlomp.space/tastytea/mastobotmon",
client_id, client_secret, url);
if (ret == 0)
{