Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Added a hint for the ahead-of-time compilation for the clj_facebook_g…
Browse files Browse the repository at this point in the history
…raph.FacebookGraphException to the README.
  • Loading branch information
maxweber committed Mar 28, 2011
1 parent 3f18fde commit b5a9ab3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ clj-facebook-graph have several Ring middleware handlers that realize a
simple Facebook authentication flow. Take a look at
clj-facebook-graph.example in the test source folder. There you can
find a full blown example how to use clj-facebook-graph to do an
authentication via Facebook to receive an access token. Furthermore
authentication via Facebook to receive an access token. Pay attention
that on first-time use you have to invoke "lein compile" to compile
the clj_facebook_graph.FacebookGraphException ahead-of-time, otherwise
you will get a ClassNotFoundException for this class. Furthermore
some hints are provided how to extend clj-facebook-graph. In order to
use it you have to provide some information about your Facebook app in
the clj_facebook_graph.example.clj:
Expand Down Expand Up @@ -133,7 +136,11 @@ request would be triggered to the next page URL.

## Installation

This project is built with Leiningen and prepared for use with Swank Clojure.
This project is built with Leiningen and prepared for use with Swank
Clojure. Pay attention that on first-time use you have to invoke
"lein compile" to compile the clj_facebook_graph.FacebookGraphException
ahead-of-time, otherwise you will get a ClassNotFoundException for
this class.

## License

Expand Down

0 comments on commit b5a9ab3

Please sign in to comment.