creds-example.lisp @ 04d22df531ca

Add build/magitek to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Jan 2017 21:19:45 +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)
    ))