Is it possible to use Twitter and Facebook APIs on J2ME platform?

核能气质少年 提交于 2019-12-24 07:40:03

问题


I googled and I can't find it is possible, someones said that j2me don't support REST communication or there are problems with login.

Is it possible?


回答1:


Sure, it's definitely possible. There are plenty of examples of Twitter and Facebook Java code.

Update: I missed that the question was about J2ME. While it looks like none of the existing Twitter and Facebook libraries would work, you can make HTTP connections in J2ME, so REST queries should be possible.



来源:https://stackoverflow.com/questions/2202396/is-it-possible-to-use-twitter-and-facebook-apis-on-j2me-platform

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!