【发布时间】:2019-03-20 07:50:51
【问题描述】:
我在 0auth 1.0 身份验证测试的空手道框架中看不到任何示例或文档。 我在标题中提供授权详细信息,如下所示并面临问题。
Given url 'https://api.twitter.com/1.1/statuses/update.json'
And header Content-Type = 'application/json'
And header Authorization = 'OAuth oauth_consumer_key="********",oauth_consumer_Secret="**********",oauth_token="********",oauth_token_secret="*********"'
And form field status = 'I am tweeting using karate'
When method post
Then status 201
【问题讨论】:
-
您能否重新格式化您的帖子以使标题更清晰?尝试使用代码示例按钮,以便更易于阅读...