photo-front/documentation/api/Authentication.markdown
Jaisen Mathai 110f77eaa7 Merge branch 'master' of github.com:photo/frontend
Conflicts:
	documentation/api/Authentication.markdown
	documentation/contribute/Readme.markdown
	documentation/faq/Faq.markdown
2013-03-14 16:19:18 -07:00

1.5 KiB

Authentication using OAuth 1.0a

Using OAuth (1.0a)

A full introduction to OAuth is beyond the scope of the OpenPhoto documentation. In all reality you probably don't need to understand all the ins and outs of OAuth; just grab one of our libraries and start building.

Obtaining a consumer key and secret

Since Trovebox is distributed the flow to obtain a consumer key and secret differs slightly from typical OAuth applications. Typically you would sign up for an application ID and be given a key and secret to be used with your app. Trovebox differs because the host you'll be sending requests to is arbitrary and there's no central application repository.

Resources on the web

If you're interested in learning more about OAuth then the following links are a great place to start.