public
Description: OneBody is free, open-source, web-based social networking and online directory software for churches.
Home | Edit | New

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.

  1. Fill out the form at https://developer.yahoo.com/wsregapp/index.php
  2. 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
Last edited by seven1m, Tue Mar 10 13:29:16 -0700 2009
Home | Edit | New
Versions: