Created
November 8, 2011 15:41
-
-
Save matth/1348092 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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