[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-07 Thread BBTweet Media Player
library did you use on BB? Is that Java? not J2ME On Aug 6, 1:03 pm, BBTweet Media Player bbtweetme...@gmail.com wrote: 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

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

2010-08-07 Thread BBTweet Media Player
or check project's forum page:http://kenai.com/projects/twitterapime/forums/forum Maybe your issues are already discussed there. Regards, Ernandes On Tue, Aug 3, 2010 at 9:21 PM, BBTweet Media Player bbtweetme...@gmail.com wrote: I am

[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-06 Thread BBTweet Media Player
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 Aug 6, 2:56 am, BBTweet Media Player bbtweetme...@gmail.com wrote: I am having a really tough time trying to figure out how to sign my

[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-06 Thread BBTweet Media Player
it into the Authorization header. Thanks for all the help here hoping to things moving forward quicker. I spent way to long trying to figure that out. On Aug 6, 2:34 pm, BBTweet Media Player bbtweetme...@gmail.com wrote: Tom, Thanks for the reply.  That is what I tried to do here.  I used the exact

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

2010-08-05 Thread BBTweet Media Player
, 2010 at 9:21 PM, BBTweet Media Player bbtweetme...@gmail.com wrote: I am having a very difficult time trying to get XAuth working in my BlackBerry app.  I have downloaded twitterapime the hmacsha ecodingand Base64Ecoder did not seem to work for me so I replaced

[twitter-dev] OAuth singing on BlackBerry

2010-08-05 Thread BBTweet Media Player
I am having a really tough time trying to figure out how to sign my OAuth request. I am trying to follow the example at http://dev.twitter.com/pages/xauth and my signature does not come out the same as it does in the example... I am doing public static void xauth(){ try {

[twitter-dev] BlackBerry, XAuth and twitterapime

2010-08-03 Thread BBTweet Media Player
I am having a very difficult time trying to get XAuth working in my BlackBerry app. I have downloaded twitterapime the hmacsha ecodingand Base64Ecoder did not seem to work for me so I replaced the getSignature method in XAuthSigner with... /** * p * Generate a signature from