我无法在Mobile中获取Instagram Access令牌

时间:2019-05-27 08:29:01

标签: android unity3d authentication instagram-api

在使用Web View的Android统一游戏引擎中,我试图从Instagram获取访问令牌。我可以通过以下链接在PC浏览器上获取访问令牌:

https://api.instagram.com/oauth/authorize/?client_id=2e03d30a03e64945a165aec906079e8a&redirect_uri=https://www.example.com/&response_type=token 

在移动设备中输入用户名和密码后,我将重定向到给定的网站,但链接中没有访问令牌。它是https://www.example.com/mob/index。我无法获得访问令牌。

url = "https://api.instagram.com/oauth/authorize/?client_id=2e03d30a03e64945a165aec906079e8a&redirect_uri=https://www.example.com/&response_type=token";

0 个答案:

没有答案