简体   繁体   English

iPhone:将照片上传到flickr

[英]iPhone:Upload photo to flickr

I am developing a application where i want to load the photo on flickr. 我正在开发一个应用程序,希望将照片加载到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. 我想使用flickr API。我阅读了flickr的API文档,但是没有API可以在特定帐户上上传照片。 All API related to Garden not to user account. 与Garden相关的所有API均与用户帐户无关。

i simply want to user will supply username and password , then I pass the username,password and photo content to API (or web service). 我只是想让用户提供用户名和密码,然后将用户名,密码和照片内容传递给API(或Web服务)。 Please suggest 请建议

Flickr's API documentation for uploading: http://www.flickr.com/services/api/upload.api.html 用于上传的Flickr的API文档: http : //www.flickr.com/services/api/upload.api.html
And a sample request: http://www.flickr.com/services/api/upload.example.html 以及一个示例请求: http : //www.flickr.com/services/api/upload.example.html

Rupesh, check out this post by the Flickr devs, explaining in detail the process of authorizing your iPhone app against a users account: Rupesh,请查看Flickr开发人员的这篇文章,详细说明针对用户帐户授权iPhone应用程序的过程:

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

Hope that helps, 希望能有所帮助,

Iain 伊恩

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM