[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 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


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 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

what do u want to do in the next step?

-- 
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