Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 twitterizer 登录我的 wpf 程序。每次执行程序时,twitter 生成的 pin 都会存储在一个变量中,然后应用程序运行。是否可以只进行一次身份验证,然后记住该批准?如果可能,那怎么做?
正如@BoltClock 所说,您需要存储 twitter 提供的令牌并使用它。
检查此链接可能对您有所帮助:
实施标志推特
认证