Hi there,
Sorry for the delay, I am currently working on the next version of Tweetinvi! :p
Can you please let me know which line of code is invalid:
In the meantime, I will try the same thing on an MVC application. Which version of MVC are you using 3, 4, 5?
Linvi
Sorry for the delay, I am currently working on the next version of Tweetinvi! :p
Can you please let me know which line of code is invalid:
TwitterCredentials.SetCredentials(twitterAccessToken, twitterAccessTokenSecret, twitterAPIKey, twitterAPISecret);
var user = User.GetUserFromId(long.Parse(providerUserID));
return user.ProfileImageUrl;
Linvi