代码之家  ›  专栏  ›  技术社区  ›  jeanpaul62

缓冲区API:不允许的键字符

  •  1
  • jeanpaul62  · 技术社区  · 6 年前

    跟随 their documentation

    curl -X POST -d'{"access_token":"MY_TOKEN","profile_ids":["PROFILE_ID_1","PROFILE_ID_2"],"text":"Look at the forecast"}' https://api.bufferapp.com/1/updates/create.json -H 'Content-Type: application/x-www-form-urlencoded'
    

    不过,我得到了以下答复:

    Disallowed Key Characters.
    

    1 回复  |  直到 6 年前
        1
  •  1
  •   jeanpaul62    6 年前

    下面是如何执行curl请求:

    curl -X POST -d'access_token=MY_TOKEN&profile_ids%5B%5D=ID_1&profile_ids%5B%5D=ID_2&text=Look%20at%20the%20forecast' https://api.bufferapp.com/1/updates/create.json … -H 'Content-Type: application/x-www-form-urlencoded'
    

    https://twitter.com/buffer/status/1011278225513869314