问题标签 [instagram-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - android instagram登录而不使用webview
如何在不使用 Webiview 将用户导航到 Instagram 网站的情况下在 android 中使用 Instagram 凭据登录?我已经尝试过https://github.com/gorbin/ASNE。但我需要实现类似于http://www.instaliker.net/的登录
c# - 获取 Instagram 访问令牌
我有我的 Instagram 客户端 ID、客户端密码,但我不明白重定向 URI 的使用以及我为什么需要它。
我可以在没有重定向 URI 的情况下获取访问令牌吗?
php - Instagram 获取访问令牌通知:未定义索引:access_token
我是初级程序员
为了获得 Instagram 身份验证,我在我的服务器上上传了这个 php 代码
它返回以下错误
facebook - Instagram 管理应用程序 - 随机删除应用程序
我们一直在尝试诊断一些使用我们的 Instagram 应用程序的用户的问题。我们注意到某些访问令牌已为某些用户返回 400 错误(访问令牌无效)。
我们能够与其中一些用户取得联系,并要求他们通过 Instagram 网站检查其 Instagram 帐户上的“管理应用程序”部分。
令我们和他们惊讶的是 - 我们的应用程序不再在列表中,并且这些用户(超过 20 位用户询问并帮助我们诊断)都没有表示他们撤销了访问权限。
这里发生了什么?我们有近 3,000 名用户使用我们的服务,但这些总用户中似乎有 30 到 50 名在没有他们这样做的情况下将我们的应用程序从他们启用的应用程序中随机删除。
geolocation - Instagram API 返回给定半径之外的结果
我正在使用 Instagram API 并给出经度、纬度和半径。除了来自该位置的相关结果外,我似乎从该半径之外获得了很少(如 1 个)结果,有时在不同的大陆。
Instagram 是否有可能返回他们认为与该地理区域相关的结果?这是一个已知问题吗?
示例查询:42.698, 23.322 5km
我正在使用 /media/search 端点
我尝试使用 Apigee.com 来刺激该查询,但它们似乎返回了部分结果: https ://apigee.com/snapshot/instagram?snapId=apigee-console-snapshots-1422766800000_058d16ec-932d-4c21-ad26-354fba9abf63
(我得到 900+)结果,而不是 14-15
谢谢..
android - 如何在 Android 中通过 Instagram API 获取建议的关注者列表
我需要获取可以在我的 Android 应用程序中关注的 Instagram 关注者列表。任何人都可以建议API吗?
c# - 检查用户是否被禁止或帐户实际上不存在。Instagram, c#
我没有使用 API,但我一直在研究 API,就像一个疯子试图找到与它相关的东西。我现在正在打开网站并下载所有内容,看看它是否包含“找不到页面”,但被禁止的帐户也会说同样的话。那么有没有已知的方法来区分呢?
python-2.7 - 使用 python-Instagram API 时连接被拒绝错误
我尝试运行一个简单的代码来使用Python-Instagram模块从 Instagram 中提取数据
代码是
我Connection refused
在最后一行出现错误。这是因为Python-Instagram
模块也使用httplib2
模块。错误看起来像这样。
如何解决这个问题?我是否必须提供任何连接规范才能使用此模块?
geolocation - 带有 api 的 Instagram 用户位置
我如何在 intagram api 上找到用户位置?instagram 端点有这个 uri:https ://api.instagram.com/v1/locations/ {location-id}?access_token=ACCESS-TOKEN
instagram - How to get most popular media by user name or by some custom parameter?
How to get most popular media by user name or by some custom parameter? I used below instagram API https://api.instagram.com/v1/media/popular?client_id=CLIENT_ID
But in https://apigee.com API console we can specify some custom parameter in API console but i am not getting how to use those custom parameter?
Thanks for your kind help.
Sanjeev Dutta