
Just wanted to give a heads up that a created the wiki page: http://haskell.org/haskellwiki/Web_Projects I put in the ideas that I've already mentioned; please go ahead and augment that list with any other ideas. Also, if someone has a good idea on how to organize the list, go ahead; I'll merge my list into any organizational system someone adds. Michael

On Mon, Mar 15, 2010 at 6:04 PM, Michael Snoyman
Just wanted to give a heads up that a created the wiki page: http://haskell.org/haskellwiki/Web_Projects
Thanks for making that page. We have a cabal package that is at least a start on solving #1 on that list that handles Facebook and OpenID authentication plus a library for making FQL queries. I don't have a whole lot of time to spend on it at the moment, but I can make a github project to throw it into if anyone would like it 'now now now'.

On Mon, Mar 15, 2010 at 8:10 PM, Clint Moore
On Mon, Mar 15, 2010 at 6:04 PM, Michael Snoyman
wrote: Just wanted to give a heads up that a created the wiki page: http://haskell.org/haskellwiki/Web_Projects
Thanks for making that page. We have a cabal package that is at least a start on solving #1 on that list that handles Facebook and OpenID authentication plus a library for making FQL queries. I don't have a whole lot of time to spend on it at the moment, but I can make a github project to throw it into if anyone would like it 'now now now'.
Well, having the code out there definitely can't hurt ;). But in all reality, I won't have time to integrate that for a while, so don't stress yourself out on getting it done now. By the way, my next project will probably involve facebook integration ultimately, so thank you in advance ;). Michael

On Mon, Mar 15, 2010 at 10:27 PM, Michael Snoyman
By the way, my next project will probably involve facebook integration ultimately, so thank you in advance ;).
You might want to look at the happstack-facebook library. It has support for facebook Connect and support for calling the facebook API. It is a little bit happstack specific, but I am trying to factor those portions out into a separate library. - jeremy
participants (3)
-
Clint Moore
-
Jeremy Shaw
-
Michael Snoyman