问题标签 [imgur]
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 - Python授权imgur OAuth2.0认证获取subreddit画廊
因此,我正在尝试访问 imgur API 以获取某个 reddit 子图库中的图像列表。这是我迄今为止尝试过的:
不完全确定我做错了什么,这不是传递我的 client_id 和响应类型的正确方法吗?
c# - 使用我的密钥上传到 imgur 时出现问题?
这工作得很好,关键来自几年前某人创建的另一个 stackoverflow 帖子(上传到 imgur.com),我已经在 imgur 注册了我的应用程序,但是当我使用我的客户端 ID 或客户端密码 ID 时,我得到错误 400(错误请求)。
python - Imgur API 未更改现有图像的描述
我在 Python 2.7 中使用请求来尝试使用 API 更改先前上传的图像的描述。根据Imgur 的 API 手册,我使用了这个:
我得到的回报是:
所以,据我所见,OAUTH 工作得很好,但 API 本身返回“False”,并且描述没有改变。我在任何地方都找不到关于这个特定端点的任何进一步的指导。有任何想法吗?
api - 创建匿名相册 imgur api 版本 3
如何使用 imgur API 版本 3 创建匿名相册(不绑定帐户)?
我已经尝试了所有我能想到的方法,但我总是得到 403 禁止或 405 方法不允许......
ruby-on-rails - 远程上传和存储图像?
我正在构建一个 Rails 应用程序,用户可能希望偶尔上传图像。有没有办法让用户将图像无缝上传到远程主机,如 imgur,并将图像的 URL 存储在我的数据库中,以便在需要时显示它们?
我想给人的印象是他们将图像直接上传到数据库,而实际上将它们卸载到 imgur。是否有一个宝石可以做到这一点,或者有没有人有一个很好的方法来实现这个?
谢谢。
jsfiddle - Imgur 图像未显示在 JSFiddle 中
我正要问一个关于 JSFiddle 的问题,我注意到图像(我在 Imgur 上得到的)没有出现。如果我直接在浏览器中加载图片,然后重新加载小提琴,图片就会显示出来,但如果你还没有加载图片,它们就不会显示。有没有办法解决这个问题?还是我只需要在不同的网站上托管图片?
这是小提琴的链接:http: //jsfiddle.net/r4crr/3/
这里有一些来自小提琴的愚蠢代码,它看起来实际上是无关紧要的。
java - 无法让 HttpClient 执行 Imgur API v3 发布请求
我正在尝试构建一个匿名上传到 Imgur API v3 的应用程序,这似乎会导致NullPointerException
. 我的清单中确实添加了 Internet 权限,所以我不确定为什么这不起作用。由于client-id
显而易见的原因,将其删除。任何建议将不胜感激。
uploadImage()
不会崩溃,但是当我尝试处理时,HttpResponse
我得到NullPointerException
:
php - can't fetch base64 of image created using PHP using fopen and file_get_contents?
So, what I want is where user can upload image, a PHP script will add watermark to it,a nd the pic will be hosted on imgur using imgur API
Adding watermark to the image and hosting it to imgur is not the problem, but the problem is: to upload image to imgur, we must pass the base64 of the picture, and I can't fetch the pic that has been given watermark by PHP script using file_get_contents
and fopen
, it always gives error
Someone please help me with the problem so I can fetch the image, encode it to base64
That's all
UPDATE:
Just to tell you, i used the function to open the PHP file DIRECTLY without saving the pic to disk first, for some reason i can't save the image to the disk, that's why i use imgur
UPDATE AGAIN:
here's my code:
Here's the error i got:
Using file_get_contents
:
Using fopen
:
api - Imgur Anon API 到 Authenticated API
我使用 imgur anon api 密钥从 meme 生成器上传生成的 meme。
继承人的js函数:
如您所见,它使用的是 anon api。我想做同样的事情,但使用经过身份验证的 api https://imgur.com/register/api,因此图像会上传到我的 imgur 帐户,并且可以在我的相册中找到。我应该怎么办?
jquery - jQuery GET 请求在 Chrome 而不是 Firefox 中正确响应
此代码在 Chrome 中按预期工作,但返回一个
错误
这与 Imgur API 相关,我相信您可以说出来。不知何故,问题在于 Firefox nto 读取在 jQuery 回调中发送的数据对象。我怎样才能解决这个问题?我只对在 Webkit 和 Mozilla 中进行这项工作感兴趣,并且它在 Webkit 中工作——任何 hacky 答案都可以。