English 中文(简体)
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.

问题回答

暂无回答




相关问题
Getting all twitter followers using twitterizer

I am using Twitterizer 2. in general it does the job very well, but I have one thing missing. I need to get all the followers of my user. and the method brings Twitterizer.TwitterFriendship.Followers(...

how to test a twitter api on your local machine

i am using twitterizer to have a web front end to twitter data. I m trying to figure out how i can test on a localmachine when you have to put in a valid public callback url in your application ...

Twitterizer API Questions

I ve recently been playing around with the awesome Twitterizer Twitter API using C# WPF in Visual Studio 2008. It s been working the most part, but I do have some questions about it. 1) How can I ...

The remote name could not be resolved: twitter.com problem

I started to use twitterizer API for my blog. I post my tweet from my cms system. I get this error The remote name could not be resolved: twitter.com In the .cs file my code goes here Twitter ...

热门标签