cosenary / Instagram-PHP-API

An easy-to-use PHP Class for accessing Instagram's API.
http://cosenary.github.com/Instagram-PHP-API
BSD 3-Clause "New" or "Revised" License
1.46k stars 782 forks source link

Is there a way to remove force_classic_login parameter? #255

Open CaspiMan27 opened 6 years ago

CaspiMan27 commented 6 years ago

When i request to sign in with my IG app, it automatically sends the user this weird login:

image

And this URL is generated: "https://www.instagram.com/accounts/login/?force_classic_login=&next=/oauth/authorize%3Fclient_id....."

I've noticed that if i remove the parameter force_classic_login= it takes me to the new branded one:

image

## Does someone know how to control it from SDK ? thanks !