用于发布状态的 Facebook 和 Twitter URL

发布于 2024-09-08 17:00:26 字数 364 浏览 3 评论 0原文

有没有一种方法可以将状态发布到 Facebook 或 Twitter。推特上有这样的:

http: //www.twitter.com/?status=This+is+the+status+that+will+be+grabbed+by+Twitter

Facebook 怎么样?

谢谢。

我知道通过 cURL 来做到这一点,但我不是在问这个:p

Is there a method that can post a status to Facebook or Twitter. Twitter has this:

http://www.twitter.com/?status=This+is+the+status+that+will+be+grabbed+by+Twitter

What about Facebook?

Thanks.

I know about doing it by cURL, but I'm not asking about that :p

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(6

慢慢从新开始 2024-09-15 17:00:26

如果您想向 facebook 发布状态,您必须使用 HTTP POST 操作。因此,不存在可以发布更新的基于 GET 的 URL。

理论上,您可以创建一个可以 POST 的 HTML 表单。不过,您需要以某种方式获得身份验证令牌。

If you want to publish a status to facebook, you must use the HTTP POST operation. So, no, there is no GET-based URL via which you can publish an update.

In theory, you could create an HTML form that would POST. You'd need to get an auth token somehow, though.

遮云壑 2024-09-15 17:00:26

这个链接怎么样?
http://www.facebook.com/sharer/sharer .php?u=http://yahoo.com

此外,使用 XFBML (+JavaScript SDK),您可以使用它来生成点赞和推荐框。

How about this link ?
http://www.facebook.com/sharer/sharer.php?u=http://yahoo.com

Additionally, With XFBML (+JavaScript SDK) you could use this to generate like and recommend box.

<fb:like href="http://www.yourdomain.com" send="true" width="450" show_faces="true"
action="like" font="arial"></fb:like>

挽清梦 2024-09-15 17:00:26

你几乎适合推特。尝试:

http://twitter.com/?status=Your+Update+Here

不想这么说,但我认为 Facebook 不可能做到这一点。至少,没有应用程序或一些魔法是不行的。

You're nearly right for twitter. Try:

http://twitter.com/?status=Your+Update+Here

Hate to say it, but I don't think it's possible with Facebook. At least, not without an application or some wizardry.

夏至、离别 2024-09-15 17:00:26

使用

facebook.com/ajax/updatestatus.php?av=<user_id>pc=<pcname>

应该有效

using

facebook.com/ajax/updatestatus.php?av=<user_id>pc=<pcname>

should work

想你的星星会说话 2024-09-15 17:00:26

实际上,您现在可以通过

https://www.facebook.com/sharer/sharer.php?u=www.somewebsite.com

查看 http://www.sharelinkgenerator.com/ 获取多个 URL 生成器社交分享网站。

从技术上讲,我想这会为您准备一篇文章,而不是直接发布它......

Actually, you now can via

https://www.facebook.com/sharer/sharer.php?u=www.somewebsite.com

Check out http://www.sharelinkgenerator.com/ for a url generator for several social sharing sites.

Technically, I guess this prepares a post for you rather than directly posting it...

暮光沉寂 2024-09-15 17:00:26

facebook 没有这样的选项。为此,需要使用其 API 编写应用程序,以便发布任何类型的状态更新。

There is not an option like this for facebook. To do this, it involves writing an application using their API in order to post any type of status update.

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