Last active
August 2, 2016 14:35
-
-
Save technicool/4fbeed39be2808fc98a874999bc00033 to your computer and use it in GitHub Desktop.
How to create an API key on SamsungVR,com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://samsungvr.com/auth/login \ | |
--data "email=marshall%40samsungvr.com&password=<yourpassword>" \ | |
-c samsungvr.cookiejar && | |
curl https://samsungvr.com/applications \ | |
--data "{\"app_name\":\"YourAppName\"}" \ | |
-b samsungvr.cookiejar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment