Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bug with Instagram API Login - This page could not be loaded

Since few days I have problems with the API instagram. Instagram sending this error page after the user has entered this login information.

"This page could not be loaded. If you have cookies disabled in your browser, or you are browsing in private mode"

Do you know why ? How to do ? Need help

enter image description here

like image 229
Julien Levallois Avatar asked May 25 '18 13:05

Julien Levallois


People also ask

How do you fix the login bug on Instagram?

Instagram app for Android:On the login screen, tap Get help logging in below Log in. Enter username, email or phone, or tap Log in with Facebook. Tap Next, and follow the on-screen instructions. A link will be sent to either your email or phone to help reset your password.

Why is my Instagram page not loading?

Try to restart the app (or your phone) First try to completely close Instagram (if you need a refresher, here's how to close an app on Android or close an app on iOS), and then run Instagram again. If the problem persists, shut down your Android phone or shut down your iPhone and restart it. Then try Instagram again.

Why do I keep getting error when trying to log into Instagram?

Here are possible causes of the Instagram Login Error: The servers might be down, or you might have a weak internet connection. Instagram users with linked Facebook accounts may encounter this error. Your profile and your posts may have something that might be breaking Instagram guidelines and policies.

Why does my Instagram say sorry couldn't log you in?

You forgot your username and/or password and entered the wrong ones. Note that Instagram password is case sensitive. Your account is disabled or blocked for some reason. There's an issue on Instagram servers.


2 Answers

On webapp authentication... the problem is related to instagram platform. I found that the problem arise only if your browser don't have the instagram cookie "ig_cb" set. This is set when you accept cookie policy on instagram.com. The workaround is to go on instagram and accept cookie policy then go back to your social auth and proceed.

This happens for both mobile and desktop users (browser).

Being a block on instagram login process... I guess there's no definitive solution other than wait for instagram bug fix.

like image 54
user2887293 Avatar answered Sep 20 '22 16:09

user2887293


I hate to be the bearer of bad news, but we also had this problem, which flagged on the Facebook Dev page: https://developers.facebook.com/support/bugs/406930029718049/

They have looked into the problem, as a number of us have had this exact issue too. It is only affecting EU user, as our US users are logging in and signing up without problems, and it seems that Facebook are refusing to look into it - their Instagram Platform API forum has already stopped accepting issues.

In terms of what we have learnt since last week, we think:

  • It is likely GDPR related
    • Not all apps have been affected, Bumble does not have this problem but Tinder does
    • It is happening with both the old Platform API and Graph API, according to a developer who has already migrated to Graph.
    • No one seems to know anything!

UPDATE:

So it seem's it is in fact a cookie issue on mobile. When a user goes to sign in on mobile view, the 'accept cookie' message that typically appears on web doesn't appear. However, when the error screen pops up, if you click 'Log in' in the top right, it will redirect you to the web view, which lets you accept the new terms and conditions. Then, once you direct back to mobile the cookie seems to have been saved and you can now login. This has worked for us on iOS so far, but not Android, and we still haven't come up with a work-around yet.

like image 33
georgeperry Avatar answered Sep 18 '22 16:09

georgeperry