如何通过php或Action脚本在Flicker上上传或共享图像
我正在开发一个应用程序,用户可以选择在 Facebook、Twitter 和 Flickr 等不同社交网站上共享图像。
我已经完成了 Facebook 和 Twitter,我将图像上传到我的服务器并在 Facebook 和 Twitter 上分享链接。 共享链接如
http://www.facebook.com/sharer.php ?u=YOUR-IMAGE-PATH
这运行良好。
但我不知道如何在 Flickr 上分享我的图像? 如果有人做过此操作或有任何通过 php 或在操作脚本中在 Flickr 上共享图像的想法,请帮助我。
i am developing an application in which user have the option to share images on different social sites like Facebook, twitter and Flickr.
I have done with Facebook and twitter, i upload image to my server and share the link on Facebook and Twitter.
with share link like
http://www.facebook.com/sharer.php?u=YOUR-IMAGE-PATH
this is working well.
But i don't have any idea how can i share my images on Flickr?
Please help me if anyone have done this or any idea of sharing images on Flickr through php or in action script.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要调用Flicker UPLOAD API 并需要从Flex发送POST请求
使用 Flex 的 FileReference 请参阅 处理文件上传和下载
,您可能会找到此博客Flex 和 Flickr 上传 有帮助
希望有帮助
You need to call Flicker UPLOAD API and need to send POST request from Flex
using FileReference for Flex see Working with file upload and download
and you may find this blog Flex and Flickr uploading helpfull
Hopes that helps