Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从服务器(OAuth1)获取消费者密钥、签名和消费者秘密(动态)。所以,我可以在 Headers->Authorization 中传递它以在 Postman 中执行我的路由(注册)。
我可以通过POST在{{url}}/api/client/register
POST
{{url}}/api/client/register
在正文中发送以下代码:
{ "type": "client_associate", "application_name": "Your Application Name", "application_type": "web" }