时间:2019-03-17 标签:c#social

发布于 2024-11-16 06:44:45 字数 285 浏览 1 评论 0原文

我想知道,有没有一种方法可以创建一个应用程序,例如同时更新我的​​ facebook 和 twitter ?

例如,我有一个 GUI,它的界面与我的 facebook 个人资料(或其他)类似,我想通过 GUI 在我的个人资料上发表评论,所以我在 GUI 文本框中写一行,按“应用”,它会添加例如,将帖子发布到我的 Facebook 个人资料,同时发布到我的 Twitter。

我知道这听起来很愚蠢,因为你可以媒体链接两个页面,但这不是我真正的目标,我只是想知道这是否可能,这样我就可以将其扩展到其他 Facebook 服务。

I was wondering, is there a way I can create an application which for example updates both my facebook and my twitter at the same time?

So for example I have a GUI which has a similar interface as my facebook profile (or whatever), and I want to post a comment on my profile through my GUI, so I write a line in a GUI textbox, press apply and it adds the post to my facebook profile and at the same time to my twitter for example.

I know this sounds silly since u can media link both pages, but that's not my true goal, I'm just wondering if this is possible so I can extend it to other facebook services.

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

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

发布评论

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

评论(3

猥︴琐丶欲为 2024-11-23 06:44:45

请参阅

Facebook API

twitter API

和(.NET 相关):

C# Facebook API< /一>

<一href="https://github.com/danielcrenna/tweetsharp" rel="nofollow">C# Twitter API(非官方)

牵你的手,一向走下去 2024-11-23 06:44:45

是的,这绝对是可能的。您必须使用 Facebook 和 Twitter 公开的 API。然后,您可以通过在 apply 按钮单击事件上调用 Twitter 和 Facebook 的更新状态相关 API,在 Twitter 和 Facebook 上发布状态。

您可以将 用于 Twitter 和 this 分别是 Twitter 和 Facebook 的 C# 客户端。

Yes, it is definitely possible. You would have to use the APIs exposed by Facebook and Twitter. You can then post let's say status on both twitter and facebook by calling update status related APIs of both Twitter and Facebook on the apply button click event.

You can use this for Twitter and this for Facebook both are C# clients for Twitter and Facebook respectively.

满身野味 2024-11-23 06:44:45

是的。我不明白这怎么会不是。
另外,我建议您查看 Seesmic Desktop,了解使用 Silverlight 执行此操作的应用程序。

Yes it is. I don't see how this wouldn't be.
Also, I suggest you have a look at Seesmic Desktop for an application that does that which use Silverlight.

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