我正在尝试使用 2-legged oauth 身份验证调用 bitbucket 的 api。
我打电话
https://bitbucket.org/!api/1.0/oauth/request_token
使用我的 oauth 密钥和密钥并获得以下信息:
oauth_token_secret=<token_secret>&oauth_token=<token>&oauth_callback_confirmed=true
如何使用它来调用 api 函数,例如
https://bitbucket.org/api/1.0/user