tags:

views:

94

answers:

1

Hi since there was no response I changed my question.

I have the token and secret from Twitterizer. but i dont have the username. How can I get the username by using these tokens?

the TwitterUser.Show() method requires username or id, i dont have both!

please help!

+1  A: 

There was no method available in previous releases, however, in the 2.3 preview (that I published about an hour ago) there is a new method you can use for this:

TwitterAccount.VerifyCredentials(OAuthTokens)

You should really store the user name or (even better) the user ID along with the access token, since many methods require at one or the other.

Ricky Smith
iamserious
I am downloading it now, will update here on how it goes. Thanks :)
iamserious
I am that very person. Let me know if the captcha continues to malfunction and I'll spend some time looking for a new solution.
Ricky Smith