I am using khan academy api for authentication but we face some issue to create oauth_signature generation.Which string is used to create oauth_signature using HMAC-SHA1 algo. Please provide solution so we can call api easily.
Hi @fasiyuddin, there are a few libraries that create the oauth_signature already. Which programming language are you working in? Perhaps I can help you create something that will help you get up and running.
I am using khan academy api for authentication but we face some issue to create oauth_signature generation.Which string is used to create oauth_signature using HMAC-SHA1 algo. Please provide solution so we can call api easily.