Hi,

Although we don't recommend it, you can use ClientLogin [1] without a
web server.

[1] http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html

Regards

On Sun, Oct 2, 2011 at 7:34 AM, NMS <mygoogleproj...@k-ct.com> wrote:
>
>
> Hi Vic,
>
>
>> The web server you've started won't help.  You need to have your program
>> actually start the web server itself, programmatically.  There are small web
>> servers written in Python, Java, etc., that are relevant for this type of
>> task.
>
> Is it possible to add,edit,delete records in spreadsheet programmatically
> without local WEB server ?
> I'd like to run my Java app on Windows machine,
> on iPhone and on mobile phones.
> WEB server is an additional problem.
>
> Could you please exaplain why simple request-response technics
> does not work with Google spreadsheet server?
> Why the process is so cumbersome, involving local WEB server?
>
>>
>> Once your application starts its own web server temporarily, it would
>> receive the request at http://localhost, fetch the token out of the request,
>> and then shut down the web server.
>> See the Local Web Server option here:
>> http://wiki.oauth.net/w/page/27249271/OAuth%202%20for%20Native%20Apps
>
> There are no explanation what local WEB server should do.
> Is it possible to look at example WEB pages?
>
> Thanks.
>
>
>
>
>



-- 
Ali Afshar | www.googplus.org/ali | Google Developer Relations

Reply via email to