fons / cl-twitter

cl-twitter : Common Lisp Client for Twitter
http://cl-twitter.blogspot.com/
23 stars 6 forks source link

File error when opening the access file #1

Closed quicklisp closed 8 years ago

quicklisp commented 13 years ago

I tried to auth at the repl, but it barfed when trying to open the access file. The file seems to be defined as "../../../access.ht", which isn't a valid path on my system. What's going on? How should I proceed?

fons commented 13 years ago

I"ll change it to the HOME/.twitter-access. The idea was to not store this file with the rest of the git repo. The path can be set as (defvar access-file "../../../access.ht"), but I think it's best if it works out of the box. I"ll let you know whne it's done.