[Lift] Oauth tutorial?

2010-01-14 Thread Mads Hartmann
Hey everyone I'm about to re-write the last part of my project - the communication with twitter :) I can see that lift has an oauth package but I can't seem to find any information regarding how to use it, could anyone point me in the right direction? If you do I promise to create a wiki article

Re: [Lift] Oauth tutorial?

2010-01-14 Thread Timothy Perrett
lift-oauth is an OAuth SERVER... you want an OAuth CLIENT. Try dispatch: http://dispatch.databinder.net/About as it already has a twitter client built in. Cheers, Tim On 14 Jan 2010, at 10:20, Mads Hartmann wrote: Hey everyone I'm about to re-write the last part of my project

Re: [Lift] Oauth tutorial?

2010-01-14 Thread Mads Hartmann Jensen
Ahhh, didn't know that :) Thanks, Mads Hartmann Jensen On 14/01/2010, at 12.40, Timothy Perrett wrote: lift-oauth is an OAuth SERVER... you want an OAuth CLIENT. Try dispatch: http://dispatch.databinder.net/About as it already has a twitter client built in. Cheers, Tim On 14 Jan

Re: [Lift] OAuth dpp_issue_276

2010-01-08 Thread Indrajit Raychaudhuri
Done in dpp_issue_276. I couldn't get the compilation through, however. For now, let lift-oauth-mapper be a peer to lift-oauth with dependency on lift-oauth and lift-mapper. We might have to do little bit of nesting down the line if lift modules get too much crowded at the top level

Re: [Lift] OAuth dpp_issue_276

2010-01-08 Thread David Pollak
On Fri, Jan 8, 2010 at 12:14 AM, Indrajit Raychaudhuri indraj...@gmail.comwrote: Done in dpp_issue_276. I couldn't get the compilation through, however. For now, let lift-oauth-mapper be a peer to lift-oauth with dependency on lift-oauth and lift-mapper. We might have to do little bit

Re: [Lift] OAuth dpp_issue_276

2010-01-08 Thread Indrajit Raychaudhuri
On 09/01/10 12:10 AM, David Pollak wrote: On Fri, Jan 8, 2010 at 12:14 AM, Indrajit Raychaudhuri indraj...@gmail.com mailto:indraj...@gmail.com wrote: Done in dpp_issue_276. I couldn't get the compilation through, however. For now, let lift-oauth-mapper be a peer to lift-oauth

[Lift] OAuth support in Lift

2010-01-08 Thread David Pollak
Folks, HarryH and FourSquare have kindly donated their OAuth server code to the Lift code base (Thanks guys!). The code is on review board at http://reviewboard.liftweb.net/r/172/ And it's on the dpp_issue_276 branch. If anyone out their is interested in OAuth server support in Lift, please

[Lift] OAuth dpp_issue_276

2010-01-07 Thread David Pollak
Folks, I'm half way through the OAuth stuff on the dpp_issue_276 branch. It'd be wicked helpful if Indrajit would add another module to the branch: lift-oauth-mapper at the same level as lift-oauth. The lift-oauth-mapper module will have concrete mapper traits that front for the abstract trait

[Lift] Oauth

2009-10-05 Thread Mark Essel
Just came across http://scala-tools.org/mvnsites/liftweb-1.0/lift-oauth/license.html while browsing for updates. Is this project near a release stage, I'd love to get my hands on some apache 2.0 version of the code. As someone still very new to web programming is there some way I can contribute