[Lift] Re: Facebook Application

2010-02-20 Thread jon
FYI, this is now in master. The client defaults to XML (Node), but if you want to use JSON you can create a client like this: def jsonClient(session:FacebookSession) = new FacebookClient[JValue] (session, is = { JsonParser.parse(new BufferedReader(new InputStreamReader(is))) },

Re: [Lift] Re: Facebook Application

2010-02-10 Thread Jonathan Hoffman
With connect you can also get a client: for (client - FacebookConnect.client){ client !? ... } On Feb 9, 2010, at 8:56 AM, Leo Lännenmäki wrote: Hi, I'll definitely take a look. But I think FB connect is not applicable for our use.. Here a simple version of the use: - We have

[Lift] Re: Facebook Application

2010-02-09 Thread Leo Lännenmäki
Hi, I'll definitely take a look. But I think FB connect is not applicable for our use.. Here a simple version of the use: - We have a Lift application providing a RESTfull JSON API for our clients. Through that API a client application can share a photo to Facebook - We have a Web client for the

Re: [Lift] Re: Facebook Application

2010-02-08 Thread Jonathan Hoffman
Hi All, I just created issue #336 to provide a Facebook Connect helper and example application. You can take a look at what I've got here: http://github.com/dpp/liftweb/commit/3b6686201e3b7f22100e52a04734fd4ccf67910b Leo, if you're trying to use fb connect, hopefully this will help you out (I

[Lift] Re: Facebook Application

2010-02-05 Thread Mads Hartmann
Hello, I've been in Emacs land the past couple of days, tried it out, got lost but i've found my way back to TextMate ;) I would like to take a wack at this, but it's hard for me to estimate how much time I have to play around lift the next two weeks though - so if it isn't something that needs

[Lift] Re: Facebook Application

2010-02-05 Thread Leo Lännenmäki
Hi, I have only tried to do a couple of things with the Facebook module (I'm using 2.0-M1) and I have gotten some of the stuff to actually work :) Photo upload would be something like this: import java.io.File import org.apache.commons.io.FileUtils import net.liftweb.ext_api.facebook._ import

[Lift] Re: Facebook Application

2010-02-04 Thread celestocalculus
Thanks David and Timothy. I'll just Java the facebook application. ;-) On Feb 4, 10:22 am, Timothy Perrett timo...@getintheloop.eu wrote: Seems like this would be a good task to assign to one of the new / free of task committers? It probably wouldn't take a huge amount of work to clean it up