creds-example.lisp @ 496f6e33e468

Update to compiling version of Chancery
author Steve Losh <steve@stevelosh.com>
date Wed, 18 Jan 2017 18:07:55 +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)
    ))