creds-example.lisp @ 358eb20e7967

Update flax API
author Steve Losh <steve@stevelosh.com>
date Wed, 14 Mar 2018 22:56:46 -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)
    ))