How many connections can do with the same consumer key? A single connection, some connection with distinct access token…
E.g.
I develop a desktop application which download some tweets for each client and do something useful with them.
I have the consumer key/secret of my application. Each client runs the application on his computer and uses his access token.
Does this situation allowed?