creds-example.lisp @ d69d74b71d8f

Build this thing
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Jan 2017 21:20:27 +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)
    ))