Android:自动登录Instagram API

时间:2013-06-08 10:21:20

标签: android oauth instagram

我正在构建一个连接到我的Instagram帐户的简单应用程序,检索图像并在列表视图中显示它们。

该应用程序运行正常。我使用this project来执行授权部分,然后我将图像检索和listView部分添加到其中。

现在我唯一的问题是每次运行应用程序时都要输入我的用户名和密码,有没有办法避免这种情况?我想简单地运行应用程序并看到它从我的Instagram帐户中的图像自动填充listView。

非常感谢任何帮助。

1 个答案:

答案 0 :(得分:1)

  1. 首先注册您的应用
  2. 注册你的app后。你的信息看起来像这样。
  3. 客户ID [f6a90a150e6a4c66ad7926f70e73a6ea
  4. 客户端秘密6e9e15bd4f0e427d8da3fe9e0bf65c8d
  5. 网站网址http://www.ntz.com/
  6. 重定向URI http://www.ntz.com/instagram//access-token
  7. https://instagram.com/oauth/authorize/?client_id=f6a90a150e6a4c66ad7926f70e73a6ea&redirect_uri=http://www.ntz.com/instagram//access-token&response_type=code
  8. 将其粘贴到您的浏览器中。
  9. 现在您必须对您的应用进行身份验证。
  10. 点击确定