creds-example.lisp @ a40640e35c3c

Cap
author Steve Losh <steve@stevelosh.com>
date Wed, 05 Apr 2017 13:53:25 +0200
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)
    ))