creds-example.lisp @ 312848bc8c7a

Add barista
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Jan 2017 19:11:54 +0000
parents 0959bec6eaa2
children (none)
(in-package :magitek.twitter)

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

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