'android instagram sign in without using webview
How to perform sign in with Instagram credentials in android without navigating user to Instagram website using Webiview? I have already tried https://github.com/gorbin/ASNE. But I need implementation for sign in similar to http://www.instaliker.net/
Solution 1:[1]
You can retrieve user credentials and use Curl to send requests to the authentication site in the background and wait for the response.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Einar Sundgren |
