microsoft / skype-interviews-docs

Sample code showcasing how to use the Skype Interviews API
MIT License
12 stars 14 forks source link

PHP demo code need fix #6

Closed alordiel closed 3 years ago

alordiel commented 6 years ago

Hi, I've spotted two minor issues with the PHP demo code. The first one is that you a undefined variable $secret on row:18. And the other is that the actual url has changed. So it curl_init should look like this: curl_init('https://interviews.skype.com/api/interviews');. Rather then this the code is working perfectly. Thank you.