[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 about it
(how to use ouath) on github ;)

Thanks,
Mads Hartmann Jensen
-- 
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.




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 - 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 about it
 (how to use ouath) on github ;)
 
 Thanks,
 Mads Hartmann Jensen
 -- 
 You received this message because you are subscribed to the Google Groups 
 Lift group.
 To post to this group, send email to lift...@googlegroups.com.
 To unsubscribe from this group, send email to 
 liftweb+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/liftweb?hl=en.
 
 

-- 
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.




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 2010, at 10:20, Mads Hartmann wrote:
 
 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 about it
 (how to use ouath) on github ;)
 
 Thanks,
 Mads Hartmann Jensen
 -- 
 You received this message because you are subscribed to the Google Groups 
 Lift group.
 To post to this group, send email to lift...@googlegroups.com.
 To unsubscribe from this group, send email to 
 liftweb+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/liftweb?hl=en.
 
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Lift group.
 To post to this group, send email to lift...@googlegroups.com.
 To unsubscribe from this group, send email to 
 liftweb+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/liftweb?hl=en.
 
 

-- 
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.




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. But 
that's not something we have to worry about at the moment.


Cheers, Indrajit



On 08/01/10 7:05 AM, David Pollak wrote:

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 in lift-oauth.

Thanks,

David

--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics


--
You received this message because you are subscribed to the Google
Groups Lift group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en.
-- 
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.




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 of nesting down
 the line if lift modules get too much crowded at the top level. But that's
 not something we have to worry about at the moment.


Thank you sir!



 Cheers, Indrajit




 On 08/01/10 7:05 AM, David Pollak wrote:

 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 in lift-oauth.

 Thanks,

 David

 --
 Lift, the simply functional web framework http://liftweb.net
 Beginning Scala http://www.apress.com/book/view/1430219890
 Follow me: http://twitter.com/dpp
 Surf the harmonics


 --
 You received this message because you are subscribed to the Google
 Groups Lift group.
 To post to this group, send email to lift...@googlegroups.com.
 To unsubscribe from this group, send email to
 liftweb+unsubscr...@googlegroups.comliftweb%2bunsubscr...@googlegroups.com
 .

 For more options, visit this group at
 http://groups.google.com/group/liftweb?hl=en.


 --
 You received this message because you are subscribed to the Google Groups
 Lift group.
 To post to this group, send email to lift...@googlegroups.com.
 To unsubscribe from this group, send email to
 liftweb+unsubscr...@googlegroups.comliftweb%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/liftweb?hl=en.






-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics
-- 

You received this message because you are subscribed to the Google Groups "Lift" group.

To post to this group, send email to lift...@googlegroups.com.

To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.



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 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. But that's not something we have to worry about at
the moment.


Thank you sir!


You are most welcome!




Cheers, Indrajit




On 08/01/10 7:05 AM, David Pollak wrote:

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 in lift-oauth.

Thanks,

David

--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics


--
You received this message because you are subscribed to the Google
Groups Lift group.
To post to this group, send email to liftweb@googlegroups.com
mailto:liftweb@googlegroups.com.
To unsubscribe from this group, send email to
liftweb+unsubscr...@googlegroups.com
mailto:liftweb%2bunsubscr...@googlegroups.com.

For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en.


--
You received this message because you are subscribed to the Google
Groups Lift group.
To post to this group, send email to liftweb@googlegroups.com
mailto:liftweb@googlegroups.com.
To unsubscribe from this group, send email to
liftweb+unsubscr...@googlegroups.com
mailto:liftweb%2bunsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en.






--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics


--
You received this message because you are subscribed to the Google
Groups Lift group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en.
-- 
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.




[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
take a look at the code and comment on it by replying to this thread.  We'll
enhance it and hopefully have the first cut out on Wednesday as part of Lift
2.0 Milestone 1.

Thanks,

David

-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics
-- 

You received this message because you are subscribed to the Google Groups "Lift" group.

To post to this group, send email to lift...@googlegroups.com.

To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.



[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 in
lift-oauth.

Thanks,

David

-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics
-- 

You received this message because you are subscribed to the Google Groups "Lift" group.

To post to this group, send email to lift...@googlegroups.com.

To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.



[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?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---