English 中文(简体)
利用“推特器”确定用户概况
原标题:Get authenticated user profile using Twitterizer?

我试图利用Twitter获得Oauth认证用户简介信息。

I believe this should be done using one of the TwitterUser.Show overloaded methods. The problem I m facing is that I don t have the username, just the Oauth tokens for that user.

我能否仅仅利用奥乌特的象征性信息?

感谢。

最佳回答

<代码>TwitterAccount.VerificationCredentials (tokens)将返还认证用户。

问题回答

暂无回答




相关问题
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 ...

热门标签