Re: [twitter-dev] J2ME client to twitter

2010-12-29 Thread Ernandes Jr.
Hi, Twitter4j is only for JSE and Android platforms. To develop a J2ME Twitter Client, try this lib here: http://kenai.com/projects/twitterapime/ Regards, Ernandes On Fri, Dec 24, 2010 at 3:05 PM, Kalpa Welivitigoda callka...@gmail.comwrote: Hi all, I though to develop a J2ME twitter

[twitter-dev] J2ME client to twitter

2010-12-24 Thread Kalpa Welivitigoda
Hi all, I though to develop a J2ME twitter client and wrote some code. I got stuck in authentication step. http://twitter4j.org/en/code-examples.html I tried this but there's no BufferedReader in J2ME. I read that pin type authentication is better for mobile apps. But found no proper guide.