creds-example.lisp @ e315df5ba606

Fix dumb typo
author Steve Losh <steve@stevelosh.com>
date Sat, 24 Mar 2018 00:02:25 -0400
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)
    ))