micropub: set the access token in the query string too, for sites that don't support header parameters for some reason
This commit is contained in:
parent
cd10fde3a0
commit
37c556fcbb
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ def publish():
|
|||
data = {
|
||||
'h': 'entry',
|
||||
'syndicate-to[]': syndicate_to,
|
||||
'access_token': flask_login.current_user.access_token,
|
||||
}
|
||||
|
||||
if action == 'like':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue