Oauth Error when using api 1.4

  2 posts   Feedicon  
Replies: 1 - Last Post: September 02, 2010 15:52
by: Ernandes Mourao Junior
showing 1 - 2 of 2
 
Posted: September 02, 2010 13:59 by Ambartsumian
My code is the same of the wiki:
Token token = new Token("token_access", "token_secret");
Credential c = new Credential("user_name", "conKey", "conSecret", token);

When execute the application I get this error:
TRACE: <at java.lang.Error: 137>, Exception caught in Display class java.lang.Error: 137

Searching in the web I found a possible reason of this problem:
The split method used in token class is not available for most mobile application.
I am using Java Me SDK 3.0, Twitter API ME 1.4, KML2-2.3.0 and the eclipse pulsar.

I registered my aplication with twitter dev and get all tokens necesary from there, but another possible problem is the URL that I put in this registration because I put a false one, because I developing a local application and I dont have a proper URL (I give the url of my university).

thanks!
 
Posted: September 02, 2010 15:52 by Ernandes Mourao Junior
Hi,

Your exception's message does not say anything that may be related to this API.

I suggest you to take a better look in your code in order find out what may be causing this exception. If you find this is really an issue of this API, let me know so I can fix it.

Regards,
Ernandes

p.s: that split method is implemented by me. It is available for you to use as well.
Replies: 1 - Last Post: September 02, 2010 15:52
by: Ernandes Mourao Junior
  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120127.ac94057)
 
 
Close
loading
Please Confirm
Close