This topic was automatically generated from Slack. You can find the original thread here.
is there a way to create a Pipedream Connect account through the Pipedream api? e.g. sending access token and refresh token and generate Connect account in Pipedream?
Yes. This is related to this message. I use Pipedream to store and auto refresh creds on behalf of my users. Since the facebook_graph_api not ready yet, I have a custom Oauth flow in my UI and auth cred auto refresh logic in my backend to replace the Pipedream process. Would love to store the creds in Pipedream still to have one source of truth for all my users creds until the Pipedream facebook_graph_api Oauth flow is fixed