问题标签 [uservoice]
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.
php - UserVoice 在 PHP 中的 OAuth 实现
我可以通过调用和未经授权的请求来获取UserVoice的记录,但现在我想创建和更新我需要 OAuth 的东西,但我无法找到UserVoice 的OAuth 的 PHP 实现和使用UserVoice API创建/更新/删除有没有人可以指导我如何实施这样的事情?
ios - UserVoice integration in an Phonegap application
I have this iOS Phonegap application and I need to integrate UserVoice. I follow this tutorial and I have reached to the point I have to make the configuration. I am really not sure where I have to put that object UserVoice are providing me with:
I'll appreciate some help with that, since I'm really on a beginner level with iOS apps in general. Thanks in advance.
css - UserVoice 和 Web 字体的奇怪问题随机不显示
我有一个使用网络字体的网站 & 显然@font-face
; 我最近将 UserVoice 小部件 JavaScript 调用添加到网站的标题中,我不能 100% 确定它是否是导致问题的原因,但有几次因为我添加了文本的某些部分没有显示(并且也没有显示后备字体),它只是空白。
这似乎只是它发生的奇怪场合,但在我查看该站点的所有时间中,我只是在添加 UserVoice 小部件后才注意到它。
有谁知道是什么原因造成的?该网站位于:http ://www.gimko.com.au/
javascript - How to pre-fill UserVoice dialog with a specific value?
I'm using UserVoice for our site and when someone clicks on some button in my page, I want to pop up a UserVoice dialog, which is already embedded in my site. I know I can do it with the UserVoice.showPopupWidget();
function.
The problem is that I want to prefill some value into this dialog such as email, title, content... But I can't figure out how to do this. I read the UserVoice code and see that the Widget
object might do this, but I can't access this object.
Can anyone here please help me solve this problem?
javascript - Rails 3 应用程序的用户语音小部件
我无法在我的页面上显示 Uservoice 小部件。我从 Uservoice 管理员复制了 javascript 代码,将其转换为 HAML,然后粘贴到我的应用程序中:
布局/_uservoice.html.haml
和我的家庭视图:
ruby - Uservoice 更新文章不起作用
我正在通过 API 给 Uservoice 文章写信。我使用以下代码编写:
这行得通。但是当我想做更新时PUT
,
我得到一个
{"errors"=>{"type"=>"unauthorized", "message"=>"Admin required: Not signed or not admin. Unverified; Signature verification failed; User not signed: oauthenticate failed"}}
作为回应。我也是管理员。写作 (POST) 有效,但更新无效。
php - 尝试设置 UserVoice PHP SDK 时 PHP 扩展 oauth 丢失错误
我正在尝试使用 Composer 在我的本地计算机中设置 UserVoice PHP SDK。我正在遵循https://developer.uservoice.com/docs/api/php-sdk/中指定的手册。我同时启用了 oauth 和 mcrypt php 扩展。
composer.js 文件包含以下内容,
但是当我尝试php composer.phar install
命令时,我在终端中收到以下错误。
php.ini 文件配置了扩展名。安装这些扩展后,我尝试重新启动 apache 服务器,但问题仍然存在。
这里缺少什么?
php - uservoice 3-legged OAuth 的问题
我已经遵循了几个不同的指南,但我似乎无法理解 Uservoice 3-legged OAuth 的工作方式。
我遵循的指南:
- https://github.com/uservoice/uservoice-php#verifying-a-uservoice-user
- https://developer.uservoice.com/docs/api/php-sdk/(请参阅:将您的用户与他们的 UserVoice 配置文件相关联)
我可以成功地将用户重定向到请求许可的 uservoice auth 屏幕,并在单击“允许访问”时将他们带回正确的回调 URL,但是这是他们的文档失败的地方......
完全按照他们的建议,我执行以下操作:
但是,除非我有一个,否则这当然会失败$client
,所以,我按照上次请求所做的那样做......但是它抱怨UserVoice\Client::$request_token
没有在第 130 行设置(见这里)。
设置该变量的唯一方法是重新创建身份验证链接......它会生成一个全新的 OAuth 过程,因此它不可避免地会失败身份验证。
我想知道是否有人知道我该如何解决这个问题?
java - 使用 UserVoice Java SDK 的 Android Studio
我刚刚在 Android Studio 中创建了一个新项目,并希望将 UserVoice Java SDK 添加为依赖项。
我将该行添加compile 'com.uservoice:uservoice-java:0.0.2'
到依赖项块中的 app build.gradle 文件中。
当我尝试构建它时,构建会失败
在这一点上,我还没有以任何方式修改项目。有没有办法排除有问题的依赖项并使 UserVoice SDK 工作?
谢谢!
javascript - 使用 Uservoice 上传图片
我想我将使用 UserVoice 提供免费的用户投票服务,因为他们是我发现的唯一提供 API 的服务(这对我来说是一项要求,因为我需要能够创建自定义 UI )。
但看起来用户无法上传带有他们建议的图片——只能上传文字。
我需要用户能够上传他们的描述和一张图片来配合它。
因此,我将使用 DB 解决方案推出自己的图像上传,并将图像 ID 与 UserVoice 生成的建议 ID 联系起来......
除非有更好的方法?
- 另一个带有 API 和图像上传的免费投票服务?
- 我以某种方式忽略的 UserVoice 的上传功能?
- 预先存在的其他 3rd 方库,专门用于向 UserVoice 添加图像上传功能?