This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
ServiceAPIKeys
OneBody utilizes third-party services (APIs) to provide a few of its features.
Run OneBody in SetupMode, and click on the “Global Settings” tab to enter your API key(s).
Yahoo Maps
To display a map on individual profile pages, you must obtain and enter a Yahoo Developer Network API key.
- Fill out the form at https://developer.yahoo.com/wsregapp/index.php
- Enter the key into OneBody “Global Settings” tab in SetupMode.
If you don’t want to run SetupMode, you can adjust the setting directly in your database. Example below assumes MySQL:
mysql -uroot -p onebody
> update settings set value='yourapikeyhere' where name='Yahoo' and section='Services';
> quit






