mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-03 14:52:19 +00:00
Log ID/Secret
This commit is contained in:
parent
a2761fac3e
commit
5c1da4a904
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ func registerApp() (string, string, error) {
|
|||
if err != nil {
|
||||
return "", "", err
|
||||
}
|
||||
|
||||
fmt.Printf("client-id : %s\n", app.ClientID)
|
||||
fmt.Printf("client-secret: %s\n", app.ClientSecret)
|
||||
|
||||
return app.ClientID, app.ClientSecret, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue