Khan / khan-api

Documentation for (and examples of) using the Khan Academy API
http://www.khanacademy.org
377 stars 75 forks source link

Khan api oauth_signature issue #148

Open fasiyuddin opened 4 years ago

fasiyuddin commented 4 years ago

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.

jb-1980 commented 4 years ago

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.