views:

116

answers:

2

hi all, I am developing a application where i want to load the photo on flickr. i don't want to use the toolkit. I want to use flickr API.I read the API documentation of flickr but there are no API to upload photo on particular account. All API related to Garden not to user account.

i simply want to user will supply username and password , then I pass the username,password and photo content to API (or web service). Please suggest

A: 

Flickr's API documentation for uploading: http://www.flickr.com/services/api/upload.api.html
And a sample request: http://www.flickr.com/services/api/upload.example.html

Ole Begemann
Rupesh
A: 

Rupesh, check out this post by the Flickr devs, explaining in detail the process of authorizing your iPhone app against a users account:

http://code.flickr.com/blog/2009/11/19/building-authorized-flickr-apps-for-the-iphone/

Hope that helps,

Iain

ebotunes