I'm trying to upload picture to flickr using api. It returns 400 bad request. I've created test upload server. It returns:
{ photo:
{ size: 30792,
path: '/tmp/f877969414d950e1089bd1c75f8e5bcf.jpg',
name: 'picture.jpg',
type: 'image/jpeg',
...
}
{ title: 'test photo' }
Request and picture are valid. What street magic should I use to fix flickr's server?
Flickr's upload does not support oauth according to specification. Workarounds are situated in flickraw ruby library