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:
Kyle Mahan 2016-03-08 22:43:28 +00:00
parent cd10fde3a0
commit 37c556fcbb

View file

@ -16,6 +16,7 @@ def publish():
data = {
'h': 'entry',
'syndicate-to[]': syndicate_to,
'access_token': flask_login.current_user.access_token,
}
if action == 'like':