Friendfeed 的简单消息海报

发布于 2024-07-20 08:15:34 字数 168 浏览 7 评论 0原文

我正在尝试将一个函数集成到一个应用程序中,该应用程序使用 C# API 将消息发布到friendfeed。 作为一个完全的新手,我无法弄清楚如何建立连接然后向其发布消息。

有人能帮忙吗?

我的 HTTP 基本身份验证工作正常,只是没有发布到我的friendfeed 帐户的功能。

I am trying to integrate a function into an application that posts a message to friendfeed using the C# API. Being a total novice I cannot work out how to make the connection and then publish a message to it.

Can anyone help with this?

I have the HTTP Basic Auth working fine, just not the function to post to my friendfeed account.

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

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

发布评论

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

评论(2

暮年 2024-07-27 08:15:34

FriendFeed 文档似乎已经为您说明了这一点。 向下滚动到标题为“发布到 FriendFeed”的部分。

It looks like the FriendFeed documentation spells it out for you. Scroll down to the section titled "Publishing To FriendFeed".

勿忘心安 2024-07-27 08:15:34

因此,我使用 API 文档并创建了 HTTP Auth 对象,但是当我尝试让 Friendfeed.FriendfeedClient() 工作时,它不断返回 405 错误。 长话短说,我的应用程序一直在运行,但由于我看到的错误,我认为它不能运行。

错误本身本质上是由于尝试将 HTTP Auth 对象验证到错误的 URL。

So I was using the API docs and had created the HTTP Auth object, but when I trying to get the Friendfeed.FriendfeedClient() to work, it kept coming back with a 405 error. Well long story short, my app was working all along, but due to the error I was seeing I thought it wasn't.

The error itself was due to essentially trying to Auth the HTTP Auth object to the wrong URL.

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