On 23 January 2013 21:36, Andy Burnett <[email protected]> wrote: > I want to use Pharo's new OAuth capabilities to access google's > spreadsheets. However, I don't want to build a webapp, I just want to > authenticate, and then pull the data down into Pharo. > > In order to do this, I need to initiate a session, with a web browser. Do I > have to use OSProcess for this, or is there a mechanism already built in? > why you need a browser if you have Zinc? You can initiate HTTP session from Pharo itself. Or you need something extensive, like cookies etc?
> Cheers > Andy -- Best regards, Igor Stasenko.
