Why is my POST method returning “Unauthorized”? C#

前端 未结 1 1482
旧巷少年郎
旧巷少年郎 2021-01-26 09:00

http://static.pmmlabs.ru/OpenPeriscope/

I follow the documentation under \"Authentication\" where they provide examples and error responses. I am currently receiving thi

相关标签:
1条回答
  • 2021-01-26 09:48

    it seems that there is some problem with the authorization session key or secret. If I were in your place, I would test my request using some other client in order to make sure I am passing correct parameters (especially for "session_key" and "session_secret").

    In order to do this test quickly and simply, I would recommend using the "Restlet Client - DHC" which is a Chrome extension client:

    You can add this extension using the below link:

    https://chrome.google.com/webstore/detail/restlet-client-dhc/aejoelaoggembcahagimdiliamlcdmfm?hl=en

    0 讨论(0)
提交回复
热议问题