简体   繁体   中英

how to implement the instagram login Oauth using javascript and java

我是Oauth和instagram的新手,我已经注册了该应用程序,并获得了客户端ID,客户端密码,重定向URL。我不知道如何实现它。任何人都可以帮帮我。

Seems like its not possible to authenticate Instagram Login.There are not still providing any API to authenticate an account with username and password credentials.You can authenticate your account by this request

https://api.instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=code

You will get ClientID by Register

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM