Hi all,
I’m struggling with setting up a Bubble OAuth User-Agent Flow in a way that is suitable for a plugin and wondered if anyone on the forum has already overcome my issues.
How do I run only the OAuth User-Agent Flow as a standalone action? Or if that is not possible can I pass the App Id, Client Secret captured in the plugin page and the token captured from the oAuth flow as parameters in the API Call? This way I can have an API Call action to obtain the token needed.
Here is a rough example of what I’d like to do:
Ultimately I’m trying to allow get my plugin to be installed on an app and then be used to authorize the API and obtain the token and save it in the DB for other (separate) API calls outside of this plugin.
Let me know if anyone has any insight.
Thanks,
Phill