-
Notifications
You must be signed in to change notification settings - Fork 266
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
Login issue #272
Comments
Any solution about this? I'm getting the very same issue right now. |
Me too :( |
It seems to be certain changes on Instagram's end - it's affecting multiple platforms consuming the API. Not much we can do about it in InstagramKit, and I didn't find a concrete workaround as yet. Did anyone get around this? |
Not sure why, but Instagram has chosen to lock out any kind of custom URL schemes (i.e. instagram293848://), and that change may have to do with iOS changes. I've used the solution in this article to get around it, as I had to replace my SFSafariViewController with a UIWebView. http://joshuaoiknine.com/post/47541512095/instagram-oauth-login-for-ios-objective-c |
@Mattmlm I recently had this issue and a redirect issue (i think) where in my console it, when trying to load Instagram login page, UIWebView was continuously failing/ dropping connections for a solid minute before it would show IG's old login page instead of the new one. I switched from UIWebview to WKWebview per a suggestion from a friend (still unclear why) and everything started working like a charm EDIT: The connection dropping/ redirection cycle thing was today actually. .... |
This page could not be loaded. If you have cookies disabled in your browser, or you are browsing in Private Mode, please try enabling cookies or turning off Private Mode, and then retrying your action.
The text was updated successfully, but these errors were encountered: