0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bump version to 0.1.1 More... over 13 years ago
Merge pull request #3 from mmwaikar/master More... over 13 years ago
Include a (:refer-clojure :exclude [get]) statement in client.clj (else clj-facebook-graph.example doesn't compile). More... over 13 years ago
Merge pull request #2 from rplevy/master More... over 13 years ago
add a Changelist file More... over 13 years ago
restore to generic group More... over 13 years ago
move tests into more conventional ns/fs tree and use require instead of use in client test More... over 13 years ago
eliminate contrib references More... over 13 years ago
update clj-http version More... over 13 years ago
update dependencies in project.clj More... over 13 years ago
change version to 0.0.1 for release More... almost 14 years ago
add convenience function with-access-token that adds an access token to a URI More... almost 14 years ago
remove debug output More... almost 14 years ago
remove :oauth2 from request map More... almost 14 years ago
simplify request definition More... almost 14 years ago
fetch throw-exceptions from the request params More... almost 14 years ago
update README to match API changes More... almost 14 years ago
handle :port -1 in make-uri More... almost 14 years ago
add exceptions to :aot in project.clj More... almost 14 years ago
export wrap-oauth2 to allow building custom middleware stacks and respect the :throw-exceptions option More... almost 14 years ago
use native exceptions rather than clojure.contrib.condition More... almost 14 years ago
add test that makes sure query-params are preserved when the access-token is added More... almost 14 years ago
make the client play nice as a clj-http middleware More... almost 14 years ago
get rid of UriBuilder and its heavy dependencies More... almost 14 years ago
update dependencies to latest versions (clj-http, ring), remove unecessary lein-autotest dependency More... almost 14 years ago
add :access-query-param option to endpoint config to accommodate to different query parameter names to pass along the access token for requesting protectedreosurces. reflect that change in the usage example. I should get to bet. More... about 14 years ago
pre-format license More... about 14 years ago
fix usage example More... about 14 years ago
add README with usage and license info More... about 14 years ago
handle access token error responses More... about 14 years ago