creds-example.lisp @ 4c4396e7e5fa

Flax writes PNGs directly now
author Steve Losh <steve@stevelosh.com>
date Mon, 05 Feb 2018 23:57:49 -0500
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)
    ))