creds-example.lisp @ 1a365d4ae7bc

Just go ahead and start the shopkeeper

We'll work on making it better when I'm less drunk.
author Steve Losh <steve@stevelosh.com>
date Wed, 18 Jan 2017 00:32:30 +0000
parents 5cfeafea0350
children 0959bec6eaa2
(in-package :magitek.twitter)

(setf *api-key* "...")
(setf *api-secret* "...")

(setf *credentials*
  '(
    (auth-plist-goes-here use (authorize) to get it)
    ))