creds-example.lisp @ 0959bec6eaa2

Naming
author Steve Losh <steve@stevelosh.com>
date Sat, 21 Jan 2017 01:33:05 +0000
parents 5cfeafea0350
children (none)
(in-package :magitek.twitter)

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

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