问题标签 [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.
python - Instagram Api 与包 python-instagram 更改范围
我使用python-instagram
并且我想更改范围但使用包python-instagram
我不知道如何?我看到了代码,但我找不到我们可以在哪里更改它?
我需要更改添加“关系”范围的范围,因为我有一个错误:
错误:(400) OAuthPermissionsException - 此请求需要范围 = 关系,但此访问令牌未在此范围内授权。用户必须使用 scope=relationships 重新授权您的应用程序才能获得写入权限。
instagram-api - 通过一次 API 调用获取多个标签的照片
我使用 Instagram API ( https://api.instagram.com/v1/tags/mytag/media/recent?client_id=XXX ) 按标签获取照片。但是我只能为一个标签获取照片。
我怎样才能得到两个或三个标签?你能帮我解决这个问题吗?
javascript - JavaScript play embedded Instagram video
So I've managed to embed Instagram videos in my website. I would like to play them using my own button and a Javascript function. Is this possible?
I have included my example code below, which works for YouTube and Vimeo but not for Instagram.
jquery - jQuery fadeTo not working with an img tag that's placed in the same script tag
Okay i am using the instagram's API to retrieve profile images and usernames. Moreover, i want the profile images to fade when the mouse hovers over it. However, that doesn't seem to work and I'm not sure if it's because the img is placed inside the script tag. I've been looking for hours for an answer but i couldn't find any. So i'd really appreciate it if someone helped me.
javascript - 无法加载资源:net::ERR_CONNECTION_REFUSED 仅适用于来自 instagram API 的选择性图像
我目前正在GET
向 instagram API 发出请求以获取一堆带有特定标签的照片,并将我在 Rails 中获得的 JSON 对象返回给 JS 中的调用者,并使用 img 链接和缩略图等设置 HTML DOM。
奇怪的是,重新启动服务器后,我收到此错误:
仅适用于 instagram API 返回的部分但不是全部照片。
这是我的路线,最后是我的控制器,它进行 API 调用
控制器方法
结尾
更新:
这仅发生在我的开发机器上。推送到 Heroku 并从其他计算机查看后,照片加载正常,但仍在我的主要工作机器上。它似乎独立于浏览器(尝试过 Opera、Firefox、Safari 和 Chrome)并且独立于广告块(根据类似 SO 帖子中的建议在 Chrome 隐身模式下尝试过)。
instagram - Instagram API 的访问帖子评论端点被拒绝
我想为 iPad 开发一个 Instagram 客户端。我曾请求访问 Instagram 的发表评论端点,但遭到拒绝。有人知道如何申请访问发表评论端点吗?谢谢
php - 使用分页/API 加载更多而不是转到下一页
我正在开发一个项目,通过主题标签在相册中显示选定的 Instagram 照片,因为 Instagram API 限制每个 API 调用 35 张图片,我发现我要么必须使用 AJAX(我非常不擅长),要么混合使用 PHP 和阿贾克斯。我决定使用后者,因为我不希望我的访问令牌和用户 ID 在我的画廊的代码中可用。
这是上面代码的一个活生生的例子:
http://johnricedesign.com/examples/pn.php
如上图所示,在第 2 页上显示了带有“埃及”标签的照片。我想用“加载更多”按钮替换“下一步”链接以在同一页面上自动加载 - 据我所知,使用 AJAX 是唯一的方法。但是我不知道该怎么做,甚至不知道从哪里开始。我遇到的第二个明显问题是,即使我删除了不包含“埃及”标题的照片,我仍然会得到很多空白,我认为一旦使用 AJAX,修复起来会相当简单.
在过去的 5 天里,我一直在努力做到这一点。您的帮助,建议,智慧,非常感谢您提前。
instagram - Instaram 筛选结果 - 获取 ID
我正在返回某个哈希标签的 instagram 提要 - 有几张我喜欢并希望它们出现在主页上的图片。
我正在考虑编写一些代码来提取我最喜欢的图片,但是我怎样才能获得个人提要的图片 ID。
ios - Instagram API 实施在 iOS 中失败
我正在Instagram API
我的应用程序中实现 Sample iOS
。我在Instagram Website
. 我得到了client id
一切secret
,之后我在我的项目中实施。但是我不能分享我的照片。
我的代码是:
我的项目中显示以下错误日志:
instagram - 网站的高级 Instagram-Api 访问
我正在为即将到来的项目进行研究:
这将是一个您可以通过您的 Instagram 帐户登录的网站 - 我需要访问用户的姓名、个人资料图片以及他/她关注的人。
Instagram 是否允许网站/项目访问这些信息?
以防万一这是一个超级简单的问题:我不是开发人员,我很难通过 Instagram 开发人员网站工作 - 我非常感谢任何帮助!
非常感谢!马修