Open ux-engineer opened 10 years ago
I would also like an example of this.
I've looked into this and my first impression is that right now, it is not easily possible. Services need to be registered with the ServiceFactory, which is not exposed in the main OAuth.php file (it's a private attribute that gets initialized automatically in the OAuth constructor).
:( No love on this? I wanted to have mutiple instances of OAuth::consumer();
What is the proper way to extend this package by creating custom consumers?