Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Why is setCredentians depriciated ?

Joined
Jan 7, 2017
Messages
11
Hi guys, i am writing a bot and my goal is to retrieve account (logins) from my webapplication.
When i am checking out the docs it's saying that setCredentials is depriciated but no alternative.

Why is this removed?

(link to doc)

Thanks
 
#1 Fabric Cleaner
Joined
Mar 18, 2017
Messages
393
It was probably deprecated because the account credentials are set automatically through the client now when you choose which account you want to run the bot instance on, thus there's no use for setCredentials... don't quite understand what you're trying to do
 
Joined
Jan 7, 2017
Messages
11
It was probably deprecated because the account credentials are set automatically through the client now when you choose which account you want to run the bot instance on, thus there's no use for setCredentials... don't quite understand what you're trying to do
Well i am working in real life alot and i dont want to monitor the bots all the time, my end goal is to run 2 clients with the same scripts that will execute for an X amount of time and then switch account. The bot run information will be displayed on an webapplications were the bot logins are stored aswel. I hope this makes sense, my english is not perfect ^^
 
Top