tags:

views:

220

answers:

0

Hi Everybody,

I am developing a Twitter client for Android. I am using Twitter4j API.

Well, I am using verifyCredentials() method of Twitter class for verifying credentials. What happens is that Login is successful the first time and if try to login the second time it fails giving TwitterException -1.

What I mean is that Login succeeds once and then fails and then succeeds and then again fails. It means it comes alternatively. Is there any specific reason for that or am I doing anything wrong.

Can someone please guide me into this?

Regards Sunil

related questions