mixer / interactive-cpp

C++ SDK for Mixer Interactivity
MIT License
25 stars 56 forks source link

Running the InteractiveSampleUWP throws exception #101

Open mscherotter opened 5 years ago

mscherotter commented 5 years ago

Running the InteractiveSampleUWP, I've set the CLIENT_ID, INTERACTIVE_ID, and SHARE_CODE, but when running it, I get an exception on startup at frame.cpp line 713.

InteractiveSampleUWP.exe has triggered a breakpoint. occurred

Any suggestions?

mscherotter commented 5 years ago

Looking in more detail, the issue is that the call to interactive_auth_get_short_code() return 400 - with the body error=invalid_client I am using the client ID from the page https://mixer.com/lab/oauth.

Please advise. Thanks, Michael