[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-08 Thread Bess
Is twitterapime the only OAuth lib for BB? Anyone is able to use Twitter4J / SignOAuth in BB J2ME? On Aug 7, 5:13 am, David Francisco Tavárez wrote: > Why don't you use twitterapime? > > 2010/8/7, BBTweet Media Player : > > > > > BB is J2ME but has some quirks that did not allow me to use the >

[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-07 Thread BBTweet Media Player
BB is J2ME but has some quirks that did not allow me to use the library I tired. I am just handling the twitter communication on my own. On Aug 7, 1:01 am, Bess wrote: > You need Twitter to approve before you can use xAuth. xAuth is > different than OAuth. > > Can I ask which xAuth library did y

[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-06 Thread Bess
You need Twitter to approve before you can use xAuth. xAuth is different than OAuth. Can I ask which xAuth library did you use on BB? Is that Java? not J2ME On Aug 6, 1:03 pm, BBTweet Media Player wrote: > WHOOO! I got my first 200 getting an XAuth request token. > > I think the answer to my

[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-06 Thread BBTweet Media Player
WHOOO! I got my first 200 getting an XAuth request token. I think the answer to my question is no, I am not expected to get the same signature the have in the XAuth example but it always the same on my device. My final problem was I was not URL encoding the signature before placing it into th

[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-06 Thread BBTweet Media Player
Tom, Thanks for the reply. That is what I tried to do here. I used the exact same values presented on the XAuth page http://dev.twitter.com/pages/xauth. Everything was exactly the same upto the point where I ran the HMAC- SHA1 encoding String signature = hmacsha1(signingSecret, baseString)

[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-06 Thread Tom
Hi, I don't have a java compiler ready so I can't test your code. The page about xAuth shows all steps between the start and the actual signature. Try reproducing every single one of these values. (Usually you can simply log all steps and then compare the results with the xauth page.) Tom On A