Skip to content

Instantly share code, notes, and snippets.

@travisbell
Created June 18, 2015 21:11
Show Gist options
  • Select an option

  • Save travisbell/0e048d151b45ad87904d to your computer and use it in GitHub Desktop.

Select an option

Save travisbell/0e048d151b45ad87904d to your computer and use it in GitHub Desktop.
Traviss-iMac:~ travisbell$ curl http://api.themoviedb.org/3/authentication/guest_session/new?api_key=###
{"success":true,"guest_session_id":"fcd3f83477eabeaa278e1af6a482b4bb","expires_at":"2015-06-19 21:09:36 UTC"}
Traviss-iMac:~ travisbell$ curl http://api.themoviedb.org/3/guest_session/fcd3f83477eabeaa278e1af6a482b4bb/rated_movies?api_key=###
{"page":1,"results":[],"total_pages":0,"total_results":0}
Traviss-iMac:~ travisbell$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment