Facebook Graph API via CLS

2014-12-03 Thread Sam Ritchie
Hey all, I'm working on a Clojurescript wrapper of Facebook's JS SDK, using Prismatic's schema for documentation / types. Here's the code: https://gist.github.com/sritchie/b517d67f9507aca36399 If anyone here's interested I'd be happy to put a little library up on github with this and the

Re: Graph API

2013-06-19 Thread Aysylu Biktimirova
be counterproductive. I see the following possible solutions: 1. I keep the code to myself and let loom be the sole graph API. 2. We transfer the advantages of my proposal to Loom and change its API. Do you know of any implementations of the API outside Loom itself? If there are none, this should

Re: Graph API

2013-06-19 Thread A
don't want there to be two competing graph APIs. That would be counterproductive. I see the following possible solutions: 1. I keep the code to myself and let loom be the sole graph API. 2. We transfer the advantages of my proposal to Loom and change its API. Do you know of any implementations

Re: Graph API

2013-06-18 Thread Stephen Kockentiedt
be counterproductive. I see the following possible solutions: 1. I keep the code to myself and let loom be the sole graph API. 2. We transfer the advantages of my proposal to Loom and change its API. Do you know of any implementations of the API outside Loom itself? If there are none, this should be possible

Re: Graph API

2013-06-18 Thread Niels van Klaveren
definitely don't want there to be two competing graph APIs. That would be counterproductive. I see the following possible solutions: 1. I keep the code to myself and let loom be the sole graph API. 2. We transfer the advantages of my proposal to Loom and change its API. Do you know of any

Re: Graph API

2013-06-18 Thread Justin Kramer
. That would be counterproductive. I see the following possible solutions: 1. I keep the code to myself and let loom be the sole graph API. 2. We transfer the advantages of my proposal to Loom and change its API. Do you know of any implementations of the API outside Loom itself? If there are none

Re: Graph API

2013-06-18 Thread Aysylu Biktimirova
of functionality, is way ahead of my efforts. Said all that, I definitely don't want there to be two competing graph APIs. That would be counterproductive. I see the following possible solutions: 1. I keep the code to myself and let loom be the sole graph API. 2. We transfer the advantages of my

Re: Graph API

2013-06-18 Thread Stephen Kockentiedt
. Said all that, I definitely don't want there to be two competing graph APIs. That would be counterproductive. I see the following possible solutions: 1. I keep the code to myself and let loom be the sole graph API. 2. We transfer the advantages of my proposal to Loom and change its API. Do

Graph API

2013-06-17 Thread Stephen Kockentiedt
Hello, I want to create a graph API similar to what core.matrix is for matrices. I have created some protocols which every graph implementation has to satisfy and a prototype implementation. Now I want your feedback on these protocols. Which functions do you want to see which aren't

Re: Graph API

2013-06-17 Thread dgrnbrg
algorithms. Maybe there's a way to incorporate these projects? On Monday, June 17, 2013 3:38:45 PM UTC-4, Stephen Kockentiedt wrote: Hello, I want to create a graph API similar to what core.matrix is for matrices. I have created some protocols which every graph implementation has to satisfy

Re: Graph API

2013-06-17 Thread Zack Maril
Kockentiedt wrote: Hello, I want to create a graph API similar to what core.matrix is for matrices. I have created some protocols which every graph implementation has to satisfy and a prototype implementation. Now I want your feedback on these protocols. Which functions do you want to see which

Re: Graph API

2013-06-17 Thread Rob Lachlan
of several algorithms. Maybe there's a way to incorporate these projects? On Monday, June 17, 2013 3:38:45 PM UTC-4, Stephen Kockentiedt wrote: Hello, I want to create a graph API similar to what core.matrix is for matrices. I have created some protocols which every graph implementation has

Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-06-07 Thread Max Weber
Hi Bojan, there has been a global change within the Facebook Graph API, it doesn't sent a referer in the headers of the authentication callback request anymore. A middleware function of clj-facebook-graph has relied upon this referer. I have fixed this issue in version 0.1.3-SNAPSHOT, but now you

Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-06-07 Thread Bojan Jovičić
Dear Max, thank you very much for explanation :) -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To

Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-06-05 Thread Bojan Jovičić
Dear Max, have there been some changes around Facebook authentication, because now it seems as token that is returned is not valid? -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that

Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-06-05 Thread Bojan Jovičić
I got latest version of your framework from Github and it works OK. I am not sure if this is related to new settings in Facebook App page (I put most of them to Disabled now) or some global change. -- You received this message because you are subscribed to the Google Groups Clojure group. To

Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-05-10 Thread Max Weber
Hi Bojan, I've added a basic support to post something against the Facebook Graph API. The documentation for this new feature can be found under https://github.com/maxweber/clj-facebook-graph Best regards Max On 9 Mai, 20:22, Bojan Jovičić bojan.jovi...@gmail.com wrote: Hi Max, I have

Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-05-10 Thread Bojan Jovičić
Dear Max, this works like a charm. Thank you very much for real fast response. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be

Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-05-09 Thread Bojan Jovičić
Hi Max, I have started investigating this, and it works very nice. I am a noob in Clojure/Java and I have a question about posting to FB using your library. I tried something like this: *(def auth-token (facebook-auth-by-name)) (def auth-name (first (keys auth-token)))

ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-04-08 Thread Max Weber
Hello everyone, I like to introduce you to clj-facebook-graph, it is a Clojure client for the Facebook Graph API and it is based on clj-http and Ring. I have written a blog post about how to leverage clj-facebook-graph to query the Facebook Graph API: http://max-weber.tumblr.com/post/4183433816

Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-04-08 Thread Alfredo
Graph API and it is based on clj-http and Ring. I have written a blog post about how to leverage clj-facebook-graph to query the Facebook Graph API: http://max-weber.tumblr.com/post/4183433816/clj-facebook-graph The library is open source and it is hosted on GitHub (https:// github.com/maxweber