Skip to content

Instantly share code, notes, and snippets.

@mrgulshanyadav
Last active October 15, 2022 15:29
Show Gist options
  • Save mrgulshanyadav/11a05f24a2e9b44e5a2154a063b66dfb to your computer and use it in GitHub Desktop.
Save mrgulshanyadav/11a05f24a2e9b44e5a2154a063b66dfb to your computer and use it in GitHub Desktop.
const url = `https://www.facebook.com/v15.0/dialog/oauth?display=popup?client_id=${process.env.CLIENT_ID}&response_type=code&state=${bundle.inputData.state}&redirect_uri=${encodeURIComponent(bundle.inputData.redirect_uri)}`;
return url;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment