Smalltalk 的 Twitter 库
我是闲聊新手。我有一些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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
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/
您应该查看 http://code.google.com/p/twitter -client/downloads/list 或 http://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.
查看 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.