I have Twitter token and secret. I want to get Twitter screen name. how do I do it in Twitterizer? [closed]
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!
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.
精彩评论