Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add instagram provider #162

Merged
merged 4 commits into from
Sep 11, 2024
Merged

feat: add instagram provider #162

merged 4 commits into from
Sep 11, 2024

Conversation

sandros94
Copy link
Contributor

@sandros94 sandros94 commented Sep 6, 2024

Adding Instagram as new provider.

To test the provider

  1. signup to https://developers.facebook.com
  2. create a new app at https://developers.facebook.com/apps
  3. while creating the app, at Use Cases, pick Other (last option)
  4. once created, in the Dashboard, scroll down to Add products to your app and click set up for Instagram Basic Display
  5. once at Basic display, you'll see the Instagram App ID and Secret to use as the provider. Alongside, in this page, you'll find:
    • Valid OAuth Redirect URIs: I've used Cloudflare's tunnel to quickly test this with https
    • Deauthorize callback URL and Data Deletion Request URL: just set the domain for now
    • User Token Generator: this is important, since you need to invite yourself (or someone else) as the test user

Add a test user:

  1. Under User Token Generator click on Add or Remove Instagram Testers
  2. then click Add People button in the top right
  3. select Instagram Tester at the bottom of that modal and search for the username to add
  4. open Instagram's Apps and Websites setting page (if you are still on the app user's list there is a convenient link to click
    image
  5. go to the Tester Invites (all the way to the right) and accept it
  6. test the login
    image

@sandros94 sandros94 marked this pull request as ready for review September 6, 2024 16:17
@sandros94 sandros94 changed the title feat(instagram): new provider feat: add instagram provider Sep 11, 2024
Copy link
Owner

@atinux atinux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@atinux atinux merged commit 3bd553c into atinux:main Sep 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants