OpenAUTH and localhost / desktop apps

If i have my 'web application' running from localhost, eg: from file:///c:/myapp.html

How should I do get around the problem I am gonna have with my 'devId' that as i understand cant be bound to file:///c:/myapp.html.

Re: OpenAUTH and localhost / desktop apps

Hmm, well, you have two possibilities here:

1. Have a webhost to do authentication, and have your PC client poll the server to get the token once logged in (ugly, but doable).

2. use directLogin - this is an openAuth method specifically for non-web Clients. The one problem is that you need to make a 'business arrangement' with AOL in order to get access to this. If you're interested in this (or want more info), use the Developer Network Contact form (http://dev.aol.com/contact_form).

Bruce Steinback
AOL Developer Network

thanks for the fast reply,

thanks for the fast reply,