Skip to content

Developer API Cheat Sheet

Lance Pollard edited this page Oct 30, 2012 · 9 revisions

This page outlines how to sign up for the different developer api services out there (because it can be a huge pain to find the info).

Oauth Providers

Facebook Developer API

Click + Create New App on the right of this page:

https://developers.facebook.com/apps

That page also lists your applications.

Twitter Developer API

Create an application:

https://dev.twitter.com/apps/new

List your applications:

https://dev.twitter.com/apps

GitHub API

Create an application:

https://github.com/settings/applications/new

List your applications:

https://github.com/settings/applications

Google Oauth2 API

The full directions are here:

https://developers.google.com/accounts/docs/OAuth2

To create an application, go to this link and click the "Create another client ID..." button:

https://code.google.com/apis/console#access

Dropbox API

Create an application:

https://www.dropbox.com/developers/apply

It will then take you to a URL such as https://www.dropbox.com/developers/app_info/12345.

List your applications:

https://www.dropbox.com/developers/apps

Foursquare API

Create an application:

https://foursquare.com/developers/register

List your applications:

https://foursquare.com/developers/apps

API homepage:

https://developer.foursquare.com/

Tumblr API

Create an application:

http://www.tumblr.com/oauth/register

In the "Default callback URL" input:

/auth/tumblr/callback

List your applications:

http://www.tumblr.com/oauth/apps

API Homepage:

http://www.tumblr.com/docs/en/api/v2

OpenData API

Create an application:

http://dev.socrata.com/register

For the "callback" field, input a full https URL, such as:

https://towerjs.org/auth/opendata/callback

List your applications:

https://opendata.socrata.com/profile/<username>/<id>/app_tokens

LinkedIn API

Yahoo API

Instagram API

Netflix API

Meetup API

SoundCloud API

Twilio API

REST API Docs:

http://www.twilio.com/docs/api/rest

Other Resources:

Payment APIs

Stripe API

API Keys:

https://manage.stripe.com/#account/apikeys

BrainTree API

Register:

https://www.braintreepayments.com/get-started

Other APIs

Apple Developer Account

API Libraries

Node.js Modules

Other Libraries

Clone this wiki locally