[twitter-dev] Re: BlackBerry, XAuth and twitterapime

2010-08-09 Thread Bess
@googlegroups.com Date: Fri, 6 Aug 2010 22:06:12 To: Twitter Development Talktwitter-development-talk@googlegroups.com Reply-To: twitter-development-talk@googlegroups.com Subject: [twitter-dev] Re: BlackBerry, XAuth and twitterapime If Twitter4J do not run on BB, which OAuth or xAuth lib do you use

Re: [twitter-dev] Re: BlackBerry, XAuth and twitterapime

2010-08-09 Thread Ernandes Jr.
bess...@gmail.com Sender: twitter-development-talk@googlegroups.com Date: Fri, 6 Aug 2010 22:06:12 To: Twitter Development Talktwitter-development-talk@googlegroups.com Reply-To: twitter-development-talk@googlegroups.com Subject: [twitter-dev] Re: BlackBerry, XAuth and twitterapime

Re: [twitter-dev] Re: BlackBerry, XAuth and twitterapime

2010-08-07 Thread David Francisco Tavárez
In BB you can use Javascript or Java. If you like Java you can use TwitterAPIME, download it from here http://kenai.com/projects/twitterapime/pages/Home And this library is soported in Android. 2010/8/7 Bess bess...@gmail.com: If Twitter4J do not run on BB, which OAuth or xAuth lib do you use

[twitter-dev] Re: BlackBerry, XAuth and twitterapime

2010-08-07 Thread BBTweet Media Player
Yeah it may be possible to use a javascript library in you to a BlackBerry WebApp (not sure I did not really look into it). My app was written in java and I had already been doing all the twitter communication on my own. I was just having trouble transitioning off BASIC which Twitter is shutting

[twitter-dev] Re: BlackBerry, XAuth and twitterapime

2010-08-06 Thread Bess
I am able to use Twitter4J Oauth in Android SDK 2.1. Can you do the same on BB? Does BB has the same JAVA environment similar to Android? I assume J2SE is very different than Android Java? On Aug 5, 4:52 pm, BBTweet Media Player bbtweetme...@gmail.com wrote: Ernandes, Thanks for the response.

[twitter-dev] Re: BlackBerry, XAuth and twitterapime

2010-08-06 Thread Bess
If Twitter4J do not run on BB, which OAuth or xAuth lib do you use in BB? There is no other Java option in BB? You have to use J2ME in BB? What about webos BB has announced? Can I port my Java code from Android straight to BB? How much code re factoring or rewrite I have to do to move from

[twitter-dev] Re: BlackBerry, XAuth and twitterapime

2010-08-05 Thread Bess
Which OAuth library did you use on your BB? Did you use the Java library? On Aug 4, 7:42 am, Ernandes Jr. ernan...@gmail.com wrote: Hi, I suggest you to get in touch to Twitter API ME support before replacing codes. Send an e-mail to supp...@twapime.com or check project's forum

Re: [twitter-dev] Re: BlackBerry, XAuth and twitterapime

2010-08-05 Thread Ernandes Jr.
I do not have a BB to test the API. However, I have received some e-mails from people facing same problem as you. Some of them were making some small mistakes and then it worked, however, others did not have much success. At this moment, I am trying to find the route cause of many problems with

[twitter-dev] Re: BlackBerry, XAuth and twitterapime

2010-08-05 Thread BBTweet Media Player
Ernandes, Thanks for the response. I am sure there is something small I am doing wrong. I did grab twitter4j and made a simple j2se app to make sure I could use my consumer key and secret and XAuth worked. So I know my account is good at least. I am now trying to hand code the example on