Hi folks,
I need to grab additional data (Twitter account ID instead of username, Facebook user's name, etc) before saving accounts to my repository. Is there a nice way I can get an instance of the API from within the ConnectionRepository? I'd like to avoid creating a circular dependency as well...
Thanks for any suggestions. In the interim, I may just go with having the keys/secrets defined as properties of the repository, though that doesn't seem ideal to me.


Reply With Quote
