Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个 iPhone 应用程序,它需要拉入随机的 Linkedin 个人资料图片(可公开访问)。我可以简单地发送随机配置文件 ID 的请求,但这似乎非常低效。有没有更有效的方法来做到这一点?
LinkedIn API 不适用于未经身份验证的用户进行的搜索(也不是随机搜索)。理论上您可以执行以下操作:1) 使用应用程序授权用户 2) 以该用户身份搜索随机字符串 3) 显示其中一个结果的个人资料图片
使用条款不允许您创建“主用户”并在未对使用该应用程序的每个用户进行身份验证的情况下访问 API。