-
Notifications
You must be signed in to change notification settings - Fork 123
GettingAPIKeys
garyp edited this page Sep 17, 2011
·
19 revisions
You'll need to request API keys from each service you'll be connecting to your locker. The exact procedure varies for each one, but they do provide instructions on their sites.
Copy Config/apikeys.json.example to Config/apikeys.json and edit it.
- Obtain API key at: https://code.google.com/apis/console/
- Click "API Access" on the left hand nav
- Use callback URL: http://localhost:8042/auth/gcontacts/auth
- Obtain API key at: https://github.com/account/applications/new
- Use callback URL: http://localhost:8042/auth/github/auth
- Obtain API key at: http://dev.twitter.com/apps/new
- Use callback URL: http://localhost:8042/auth/twitter/auth
- 2011-09: It seems Twitter is not allowing "localhost" in the callback URL anymore. You can use 127.0.0.1 instead.
- Obtain API key at: http://www.facebook.com/developers/createapp.php
- Use callback URL: http://localhost:8042/auth/facebook/auth
- Obtain API key at: https://foursquare.com/oauth/register
- Use callback URL: http://localhost:8042/auth/foursquare/auth
- Obtain API key at: http://www.flickr.com/services/apps/create/apply/?
- Use callback URL: http://localhost:8042/auth/flickr/auth