简体   繁体   中英

c# Windows Phone 8.1 Install Twitterizer using Package Manager Console

I need to allow a user to login using his Twitter Details and if he's a valid Twitter user then show his Tweets to him. For this I want to use Twitterizer but am unable to find a command to install it using Package Manager Console.

Can someone give the command to install Twitterizer using Package Manager Console?

Try the following: Install-Package Newtonsoft.Json (Should update you to the latest)

then try

Install-Package twitterizer -Version 2.4.2 -IgnoreDependencies

Then add the assembly packages\\twitterizer.2.4.2\\lib\\net40-Client\\Twitterizer2.dll via add assembly.

I would test and make sure though it still works because the dependency was specific to Newtonsoft.Json 4.5.5. So use at your own risk. :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM