|
|
An open-source, location-aware mobile client built on top of the Socialight API.
To run the code successfully, you'll need to be a registered developer of Socialight and will need access to some keys:
- Server. Identified as APP_SERVER in the JAD file. This should be set to 'socialight.com'.
- Auth Token. Identified as AUTH_TOKEN in the JAD file. This is unique for each user of the application. You can get the AUTH_TOKEN by authenticating a user using /api/profile.
- Application ID. Identified as APP_ID in the JAD file. This is unique for each application. You can register an application ID on Socialight's Developer page: http://socialight.com/api. You'll need to be a registered user of Socialight before you get access to this page.
A usage guide for the application can be found at http://socialight.com/help/java. For more details on the API, please consult the documentation at http://socialight.com/help/api. A mailing list for developers is at http://groups.google.com/group/socialight-developers.
You can see more notes about the project in the README file.
