1.3 KiB
1.3 KiB
Open Photo API
OpenPhoto, a photo service for the masses
How do I authenticate?
The Open Photo API uses OAuth1.0a for authentication. See the complete guide on authentication for details.
NOTE: OAuth2 isn't yet enabled.
What's the response format?
Every API endpoint returns a JSON response in a standard envelope.
{
message: "A string describing the response",
code: 200,
result: {
foo: "bar"
}
}
API Endpoints
- GET /hello.json Test endpoint.
- GET /photos/list.json Get a list of the user's photos.
- GET /photo/:id/view.json Get a user's photo.
- POST /photo/upload.json Upload a new photo.
- GET /tags/list.json Get a user's tags.
- POST /tag/:id/update.json Modify meta data for a user's tag.