Thursday, March 29, 2007

Integration with Google Reader API

Until we can resolve the problems with ClientLogin, we have to authenticate on the server side. We can work using localhost until we have a remote host ready and available. The jad file can hold the server url, allowing us to change it as needed without recompiling the jar.

We need to integrate a login screen. This screen will be added to the list of options available when the user starts the reader. The reader will try to authenticate with Google. If that fails then it will authenticate against our server (localhost or remote).

The user will not be able to perform certain functions unless logged in.

No comments: