Best way to naturally let my YouTube Social Importer skip the "token" part?
-
I’m trying to implement this YouTube Importer I’m building and I see there are things like “is_configured” and “is_connected” as well as the entire “Greet” process which in my case I think should be bypassed and just show the setup form since all I needed was the “api_key” from the credentials();
I’d love to not override too much of the base class so I’m thinking if I just override “is_connected()” and test if “is_configured()” is true and override is_configured to test for “api_key” having a value then that should get me past the greet?
I probably did a terrible job of explaining this but maybe not… if you have time or can offer any quick tips please do…
- The topic ‘Best way to naturally let my YouTube Social Importer skip the "token" part?’ is closed to new replies.