问题描述
简单地说,我想用Visual Studio创建2012的网页,其中用户将登录到一个页面,其中,授权时,将发布鸣叫,并且使他们能够使用的其他功能在页面上。我想记住称,用户凭据也限制在他们使用某种功能的速度。
Simply put, I'm trying to create a webpage with Visual Studio 2012 wherein the user will log into a page, which, when authorized, will post a tweet, and enable them to use the rest of the features on the page. I'd like to remember said users credentials to also limit the rate at which they use a certain feature.
问题是,我一直在寻找了几天,我无法找到一个最新的和我跟工作示例。一切都显得过时。 ( Twitterizer
; TweetSharp
)我从Java转换到C#和放大器; .NET,仍然没有进展。
The problem is, I have been searching for days and I am unable to find an UP TO DATE and working example for me to follow. Everything seems to be outdated. (Twitterizer
; TweetSharp
) I've switched from Java to C# & .NET and still no progress.
我现在正在寻求直接帮助.. code段.. ..教程..任何事情让我可以完成这个任务。我是新来的.NET,但使用到Java&安培; C / C ++,所以我不希望被太多琐碎的$混淆C $ç..
I am now seeking direct help.. Code snippets .. Tutorials .. Anything .. So that I can accomplish this task. I'm new to .NET but used to Java & C/C++ so I don't expect to be confused by too trivial of code..
我确切的请求是要能够与Twitter登录,保存的凭证(或用户的访问令牌,无论)及发布的tweet。
My exact request is to be able to log in with twitter, save credentials (or the user's access token, whatever) & post a tweet.
推荐答案
有关谁已经陷入同样的差距我也...退房的
For the assisting of other persons who have fallen into the same gap I did... Check out this site
这将有助于验证和放大器;登录和放大器;检索的基本信息。
It will help with authenticating & signing in & retrieving basic information.
这篇关于的OAuth与Twitter在C#.NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!