iPhone:Upload photo to flickr

一个人想着一个人 提交于 2019-12-13 04:27:46

问题


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


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/2482082/iphoneupload-photo-to-flickr

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!