Skip to content

Instantly share code, notes, and snippets.

@matth
Created November 8, 2011 15:41
Show Gist options
  • Save matth/1348092 to your computer and use it in GitHub Desktop.
Save matth/1348092 to your computer and use it in GitHub Desktop.
client = BBC::Redux::Client.new
user = client.login("your-username", "your-password")
key = client.key("5286788632060148780", user.session)
frame = "http://framestore.bbcsnippets.co.uk/generate/frame/by_disk_reference/5286788632060148780/400/57.jpg?key=" + key.value
client.logout(user)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment