Failed to fetch user profile
See original GitHub issuethis._oauth2.get('https://api.instagram.com/v1/users/self', accessToken, function (err, body, res) {
if (err) { return done(new InternalOAuthError('failed to fetch user profile', err));
Getting this error from last 2 days, is it instagram end issue?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
Failed to fetch user profile NodeJs+passport-google-oAuth2 ...
When I try registering a user using Google+, I keep on getting this error message after failing to submit the request (InternalOAuthError: ...
Read more >Error: failed to fetch user profile - Auth0 Community
Hello, I'm new to Auth0 and I am trying to implement Auth0 authentication. I am encountering an issue after I login.
Read more >InternalOAuthError: failed to fetch user profile #24 - GitHub
If you don't want the full user profile, you can alternatively set options.skipUserProfile to true to prevent this error. 2
Read more >internaloautherror: failed to fetch user profile - You.com
InternalOAuthError: Failed to fetch user profile is an error message that occurs when an application is attempting to authenticate a user with a...
Read more >Oauth2 issue with passport-zendesk : Failed to fetch user profile
ERROR RuntimeError: Failed to fetch user profile err[name] InternalOAuthError err[message] Failed to fetch user profile err[oauthError] ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
the url is not valid anymore… plus it doesnt return so much data now…
i corrected it with :
does this code replace the passport instagram strategy code or is it add inside or apart from that code ? Thanks