On 19:53:17 Sun 17-Mar-13, John Benediktsson wrote:
>    We'd love an oath2 implementation - if you have any questions don't
>    hesitate to ask.

Unfortunately I'm a beginner to not only Factor, but OAuth/OAuth2 as
well; and as I understand it, OAuth2 relies on SSL/TLS, which I am
also no expert in. So I'm certainly in no position to be writing a
Factor security vocabulary!

Still, I'd like to play around manually with the OAuth2 flow in
Factor, to get a feel for both. But when I try using http-get in the
http.client vocab, e.g.

"https://twitter.com/"; http-get

the Listener tells me:

Generic word >secure-addr does not define a method for the inet class.
Dispatching on object: T{ inet f "twitter.com" 443 }

Do HTTPS requests require using the openssl vocab to manually wrap
each request?


Alexis.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to