[cl-twitter-devel] cl-twitter update

fons haffmans fons.haffmans at gmail.com
Sun Nov 14 18:09:37 UTC 2010


I'm updating cl-twitter here : http://fons@github.com/fons/cl-twitter.git.

You can follow my progress here : http://cl-twitter.blogspot.com/

I've made the following updates so far :
Authentication Updaterepl twitter client

I've setup a twitter app called cl-twit-repl. The consumer key and consumer
secret are stored in twitter.lisp.
Initial setup

To authenticate from the repl run (cl-twitter:repl-authenticate-user). You
should see output like this :

please authorize : #<PURI:URI
http://twitter.com/oauth/authorize?&oauth_token=ZcXVnoHiuhQKDp9hk5sFscj7NP0Nopx235aZFjn5M>
enter PIN :

Log into your twitter account and copy the url into the browser bar.

After agreeing to allow cl-twit-repl access, twitter will give you a pin.
Enter the pin at the command prompt, and hit return.

If everything goes well, you should be logged in. Your access tokens are
stored in clear text in a file called access.ht, in the repo's directory.
This is obviously not the most secure solution. The *access-file* variable
controls the name and location of that file.
Subsequent access

Run (cl-twitter:get-authenticated-user ). This will read the access
credentials from acces.ht.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cl-twitter-devel/attachments/20101114/0c88be23/attachment.html>


More information about the cl-twitter-devel mailing list