如何通过php或Action脚本在Flicker上上传或共享图像

发布于 2024-11-09 15:05:37 字数 390 浏览 0 评论 0原文

我正在开发一个应用程序,用户可以选择在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

药祭#氼 2024-11-16 15:05:37

您需要调用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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文