Just installed the Nuget package to VS3013 Professional. Create a new class, within that class I have added:
TwitterCredentials.SetCredentials(...);
and
Tweet.CreateTweet(tweet);
in my usings I have:
using Tweetinvi;
When I build, I get "The name 'TwitterCredentials' does not exits in the current context. Ditto for "Tweet". Tooltips thinks otherwise.
Is there a setting that I'm missing? My references appear to have what I need, Tweetinvi, .Credentials, .Core etc.
TwitterCredentials.SetCredentials(...);
and
Tweet.CreateTweet(tweet);
in my usings I have:
using Tweetinvi;
When I build, I get "The name 'TwitterCredentials' does not exits in the current context. Ditto for "Tweet". Tooltips thinks otherwise.
Is there a setting that I'm missing? My references appear to have what I need, Tweetinvi, .Credentials, .Core etc.