add method delete() on Post, which will cause the post to be deleted
follow redirects in Page. otherwise, when deleting, albatross receives a redirect with an empty body. and the auth checking method equates empty body with not authenticated, so it logs back in and tries again until it runs out of retries
maybe we should change the auth checking method instead, not sure.
delete()
onPost
, which will cause the post to be deletedPage
. otherwise, when deleting, albatross receives a redirect with an empty body. and the auth checking method equates empty body with not authenticated, so it logs back in and tries again until it runs out of retries