[android-developers] Twitter integration - AccessToken issue

2011-06-24 Thread Albert
Hi all, I am using twitter4j library to integrate my app with Twitter. I am past the authorization request, callback and I have the token and tokenSecret back from the authentication. What's the problem? I am getting a java.lang.IllegalArgumentException: Invalid access token format error when I

Re: [android-developers] Twitter integration - AccessToken issue

2011-06-24 Thread ram dharan
On Fri, Jun 24, 2011 at 5:16 PM, Albert albert8...@googlemail.com wrote: Hi all, I am using twitter4j library to integrate my app with Twitter. I am past the authorization request, callback and I have the token and tokenSecret back from the authentication. What's the problem? I am getting