API DOCUMENTATION
1. http://spic.kr/2/up
Upload photo (jpg, png, gif) to spickr. (OAuth Echo)
- Headers
X-Verify-Credentials-Authorization X-Auth-Service-Provider
media (required) : Binary image data message (Optional) : Message source (Optional) : API caller app name lat (Optional) : The location's latitude long (Optional) : The location's longitude recvr (Optional) : Twitter username for DM
<?xml version="1.0" encoding="UTF-8"?>
<image>
<id>3mHB</id>
<text>message</text>
<url>http://spic.kr/3mHB</url>
<mediaurl>http://spic.kr/3mHB</mediaurl>
<type>jpg</type>
<geo>
<lat>37.759869</lat>
<long>126.780178</long>
</geo>
<user>
<id>123456</id>
<screen_name>username</screen_name>
<name>name</name>
<profile_image>profile_image</profile_image>
</user>
</image>
2. File Infomation
- Structure : http://spic.kr/[media-id].[json|xml]
- Photo Example
http://spic.kr/41mr.xml http://spic.kr/41mr.json
3. Permanent Link
- Structure : http://spic.kr/show/[type]/[media-id]
- Type : normal, large, thumb, mini, micro
- Photo Example
URL : http://spic.kr/41mr normal (w : 600) : http://spic.kr/show/41mr normal (w : 600) : http://spic.kr/show/normal/41mr large (w : 1200) : http://spic.kr/show/large/41mr thumb (150 x 150) : http://spic.kr/show/thumb/41mr mini (75 x 75) : http://spic.kr/show/mini/41mr micro (32 x 32) : http://spic.kr/show/micro/41mr