-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple applications per executable #101
Comments
Alex - would you be able to elaborate a bit further on your use case? What are you writing that needs to use two different sets of consumer keys (as opposed to access tokens, which are user-specific)? |
What about this? Should work.
Now you should have access to both apps. |
seems like you should be able to specify all the keys in the Imagine you had a multi-tenant server handling multiple twitter apps and user authentication (e.g. social-media marketing campaign CMS or something).
It seems like it should just be:
|
Yeah, it would be great. It's a really pain when you want to use anaconda in multiple routines. |
I've ran into this issue as well and found myself really wishing ConsumerKey and ConsumerSecret were part of the constructor, not a global variable. |
Yeah, I am having the same use case here - need to create multiple TwitterAPI instances pointing to different Twitter Applications. PR #182 seems to be solving this problem. |
Hello,
While making the twitter bot I realise that I should have to call two applications, e.g. use different application keys at the same time. It looks like the anaconda currently does not support it. I do not mind try to do it myself, but do you maybe have design considerations about it?
Regards,
Alex
The text was updated successfully, but these errors were encountered: