17 lines
490 B
Text
17 lines
490 B
Text
Open Photo API
|
|
=======================
|
|
#### OpenPhoto, a photo service for the masses
|
|
|
|
----------------------------------------
|
|
|
|
### How do I authenticate?
|
|
|
|
The Open Photo API uses [OAuth2][oauth2] for authentication. See the complete [guide on authentication][authentication] for details.
|
|
|
|
### API Endpoints
|
|
|
|
1. [POST /photo/upload][photoupload]
|
|
|
|
[authentication]: api/Authentication.markdown
|
|
[photoupload]: api/PhotoUpload.markdown
|
|
[oauth2]: http://wiki.oauth.net/w/page/25236487/OAuth-2
|