Skip to content

Instantly share code, notes, and snippets.

@technicool
Last active August 2, 2016 14:35
Show Gist options
  • Save technicool/4fbeed39be2808fc98a874999bc00033 to your computer and use it in GitHub Desktop.
Save technicool/4fbeed39be2808fc98a874999bc00033 to your computer and use it in GitHub Desktop.
How to create an API key on SamsungVR,com
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