creds-example.lisp @ 77c86aa3b418

Minor update
author Steve Losh <steve@stevelosh.com>
date Wed, 27 Mar 2019 19:58:04 -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)
    ))