iPhone:将照片上传到 flickr
我正在开发一个应用程序,我想在 flickr 上加载照片。我不想使用该工具包。我想使用 flickr API。我阅读了 flickr 的 API 文档,但没有可以在特定帐户上上传照片的 API。所有与 Garden 相关的 API 与用户帐户无关。
我只是希望用户提供用户名和密码,然后我将用户名、密码和照片内容传递给 API(或 Web 服务)。 请建议
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Flickr 的上传 API 文档: http://www.flickr.com/services/ api/upload.api.html
以及示例请求: http://www.flickr.com/services/api /upload.example.html
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
Rupesh,查看 Flickr 开发人员的这篇文章,详细解释了针对用户帐户授权 iPhone 应用程序的过程:
http://code.flickr.com/blog/2009/11/19/building-authorized-flickr-apps-for-the -iphone/
希望有帮助,
伊恩
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