mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
api_key doesn't seem to work for the imgur service, using client_id works
This commit is contained in:
parent
a640d8f9a6
commit
86cf5d8c74
@ -124,12 +124,13 @@ matrix_bot_go_neb_services: {}
|
|||||||
# cx: "AIASDFWSRRtrtr"
|
# cx: "AIASDFWSRRtrtr"
|
||||||
#
|
#
|
||||||
## Get a key via https://api.imgur.com/oauth2/addclient
|
## Get a key via https://api.imgur.com/oauth2/addclient
|
||||||
## Select "oauth2 without callback url" and use the clientid as api_key value
|
## Select "oauth2 without callback url"
|
||||||
# - ID: "imgur_service"
|
# - ID: "imgur_service"
|
||||||
# Type: "imgur"
|
# Type: "imgur"
|
||||||
# UserID: "@imgur:{{ matrix_domain }}" # requires a Syncing client
|
# UserID: "@imgur:{{ matrix_domain }}" # requires a Syncing client
|
||||||
# Config:
|
# Config:
|
||||||
# api_key: "AIzaSyA4FD39m9"
|
# client_id: "AIzaSyA4FD39m9"
|
||||||
|
# client_secret: "somesecret"
|
||||||
#
|
#
|
||||||
# - ID: "wikipedia_service"
|
# - ID: "wikipedia_service"
|
||||||
# Type: "wikipedia"
|
# Type: "wikipedia"
|
||||||
|
Loading…
Reference in New Issue
Block a user