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 try to use these

AccessToken accessToken = new AccessToken(token, tokenSecret); //
throws exception

Anyone else seen this?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to