jw
fun postItem(item: Item, callback: () -> Unit) { requestToken({ token -> createPost(token, item, { post -> processPost(post) callback() }) }) )