From: Joe W. <jo...@gm...> - 2012-10-11 17:29:33
|
Thanks, Dmitriy! I'll work on that and may have some questions. I will also contact you offlist about the possibility of adding twitter - which just disabled unauthenticated requests (and atom) - now the only way to get one's timeline is via OAuth-authenticated requests and JSON responses. Ugh. I'm suprised that we have to add support on the java level for each OAuth API provider - I guess they're not as standardized as they should be. Joe On Thu, Oct 11, 2012 at 1:23 PM, Dmitriy Shabanov <sha...@gm...> wrote: > Hello, > > Just was thinking that OAuth need article too -) > > yes, with small change. Current config file should looks like > > <realm id="OAuth" version="1.0"> > <service name="nnn" key="kkk" secret="sss" provider="facebook"/> > </realm> > > supported only facebook & google. > > > On Thu, Oct 11, 2012 at 10:02 PM, Joe Wicentowski <jo...@gm...> wrote: >> >> Hi Dmitriy, >> >> Are your directions about using OAuth at >> http://markmail.org/message/y4ptzpweonprix4b from last October still >> current? >> >> If so, I can adapt these into the section on the "OAuth Realm" in the >> security article in the documentation. > > > > -- > Dmitriy Shabanov |