twitter - TwitterCredentials.SetCredentials from tweetinvi not found -


i installed tweetinvi twittercredentials.setcredentials not found.

 install-package tweetinviapi 

how can solve this.

you're using old tweetinvi code.

tweetinvi break compatibility since version 0.9.9.5. instead of "twittercredentials.setcredentials" should use "auth.setusercredentials"

plaese note parameters order has been changed!

try this:

auth.setusercredentials("consumer_key", "consumer_secret", "access_token", "access_token_secret"); 

for more options, see https://github.com/linvi/tweetinvi/wiki/credentials


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -