Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOAuthCredentials which namespace contains this

I am trying to create MVC4 app on VS2012, with angulajs and linqtoTwitter package installed from PM.

I do not find IOAuthCredentials which is expected in the LinqToTwiter N.S

like image 532
TonyP Avatar asked Feb 03 '26 13:02

TonyP


1 Answers

I ran into the same problem, with the exact same sample project. Seems that they changed things so it no longer works as it previously did. You might want to check out this discussion to get some ideas on how to change the code. https://linqtotwitter.codeplex.com/discussions/532368

Unfortunately, if you're like me and trying to learn something, having to rework the samples just adds a fun level of difficulty :(

like image 173
Christopher Klein Avatar answered Feb 05 '26 04:02

Christopher Klein