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

Update Instagram scope #492

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update Instagram scope #492

wants to merge 3 commits into from

Conversation

mrpkin
Copy link

@mrpkin mrpkin commented Dec 24, 2022

No description provided.

@@ -19,7 +19,7 @@ import (
var (
authURL = "https://api.instagram.com/oauth/authorize/"
tokenURL = "https://api.instagram.com/oauth/access_token"
endPointProfile = "https://api.instagram.com/v1/users/self/"
endPointProfile = "https://graph.instagram.com/v15.0/me"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it still instagram.com for the API endpoints? From docs it looks like these have been updated to facebook.com

I'm looking at https://developers.facebook.com/docs/instagram-api/getting-started

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.

None yet

2 participants