{
  "name": "postweibo",
  "description": "post weibo by providing the OAUTH code and content",
  "spec":{
    "id": "__HOPE__/builtin/cloud_service/weibo/postweibo",
    "name": "postweibo_builtin_spec",
    "in": {
      "ports": [
        {
          "name": "text",
          "type": "string"
        }
      ]
    },
    "out": {
      "ports": [
        {
          "name": "status",
          "type": "bool"
        }
      ]
    },
    "config": [
      {
        "name": "token",
        "type": "string",
        "required": true
      }
    ]
  },
  "ui": {
  },
  "doc":"builtin/weibo.html#postweibo"
}
