Tweetinvi - 当前上下文中不存在名称“auth”

Posted

技术标签:

【中文标题】Tweetinvi - 当前上下文中不存在名称“auth”【英文标题】:Tweetinvi - The name 'auth' does not exist in the current context 【发布时间】:2021-03-05 07:37:13 【问题描述】:

我在 Youtube 上观看了一个视频。我上传了 Tweetinvi。我在视频中写了相同的代码,但出现了错误。我不知道我做错了什么。错误:当前上下文中不存在名称“Auth”

 using Tweetinvi;

namespace test

    public partial class Form1 : Form
    
        public Form1()
        
            InitializeComponent();
            Auth.SetCredentials("", "", "", "");
        
        private void btnSend_Click(object sender, EventArgs e)
        

        

    

【问题讨论】:

【参考方案1】:

对旧版本进行身份验证。查看 Tweetinvi 5.0.3 文档https://linvi.github.io/tweetinvi/dist/twitter-api-v1.1/tweets.html

【讨论】:

以上是关于Tweetinvi - 当前上下文中不存在名称“auth”的主要内容,如果未能解决你的问题,请参考以下文章

当前上下文中不存在名称“ConfigurationManager”

Visual C# - 错误 1 ​​当前上下文中不存在名称“a”

编译器错误消息: CS0103: 当前上下文中不存在名称

C# 当前上下文中不存在的名称

arcengine显示当前上下文中不存在名称怎么办

CS0103: 当前上下文中不存在名称“DataHelper”