Answer the question
In order to leave comments, you need to log in
Using the Twitter Keys API - ConsumerKey, to each his own, or one pair for all?
Hello. Guys, I'm writing a twitter bot in c#, in it I use a pair of keys:
ConsumerKey = "*", ConsumerSecret = "**", which I generated in my application, and I pull out another pair of keys from each account with which I work application:
AccessToken = row["oauthToken"].ToString(), AccessTokenSecret = row["oauthTokenSecret"].ToString() The
question is:
Is it okay for all users of my program to use my Consumer key pair? Will twitter block them all?
Or let everyone generate keys for themselves, as they did in tweedium?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question