creds-example.lisp @ 7ebe839363e8

Fix makefile deployment
author Steve Losh <steve@stevelosh.com>
date Sat, 04 Nov 2017 13:58:24 -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)
    ))