Smalltalk 的 Twitter 库

发布于 2024-11-10 14:07:39 字数 187 浏览 0 评论 0原文

我是闲聊新手。我有一些java经验,我期待在smalltalk(pharo环境)中开发一个twitter客户端。我已经使用 twitter4j 库在 java 中完成了此操作,但我真的不知道如何在 Smalltalk 中进行相同的操作。

Smalltalk 平台有可用的 Twitter 库吗? Polymorph 是开发客户端的不错选择吗?

I am new to smalltalk. I have some experience in java and I am looking forward to develop a twitter client in smalltalk (pharo environment). I have done this in java with the twitter4j library but I really have no clue about how to proceed with the same in smalltalk.

Is there a twitter library available for the smalltalk platform? Would polymorph be a good choice to develop the client?

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

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

发布评论

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

评论(3

鹿港小镇 2024-11-17 14:07:39

cloudfork 项目中的 OAuth 实现可能会很方便:

http://blog.doit.st/2011/02/15/cloudforksso-openid-and-oauth-support-for-smalltalk/

There is OAuth implementation in cloudfork project that might come handy:

http://blog.doit.st/2011/02/15/cloudforksso-openid-and-oauth-support-for-smalltalk/

握住我的手 2024-11-17 14:07:39

您应该查看 http://code.google.com/p/twitter -client/downloads/listhttp://www.cincomsmalltalk.com/blog/blogView?entry=3448685967

当您使用它时,最好将 Twitter 库的代码放在 Squeaksource 上,具有 Metacello 配置。

You should take a look at http://code.google.com/p/twitter-client/downloads/list or http://www.cincomsmalltalk.com/blog/blogView?entry=3448685967

While you're at it, it would be a good idea to put the code of a Twitter library on Squeaksource, with a Metacello configuration.

帥小哥 2024-11-17 14:07:39

查看 http://source.lukas-renggli.ch/pier2addons。它是专用于 Pier 的,但你应该能够提取你想要的东西。

对于开发客户端的图形库,你有多种选择。对于桌面,您可以选择 Polymorph。另外,您可能想看看 Glamour,它可能更易于使用 (http://www.moosetechnology.org/tools/glamour)。对于网络,我会选择 Seaside 或 Aida/Web。

Have a look at the Pier-Twitter package in http://source.lukas-renggli.ch/pier2addons. It is dedicated to Pier, but you should be able to extract what you want.

Regarding, the graphical library to develop the client, you have multiple choices. For the desktop, you may choose Polymorph. Also, you may want to have a look at Glamour which might be simpler to use (http://www.moosetechnology.org/tools/glamour). For the web, I would either choose Seaside or Aida/Web.

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