问题标签 [mobli]

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.

0 投票
2 回答
155 浏览

api - Mobli API 有哪些可用的客户端库?

似乎 Mobli 现在有一个 API(测试版).. 是否有任何已知的库?

http://techcrunch.com/2012/04/23/nyc-disrupt-hackathon-details/

0 投票
1 回答
174 浏览

android - 获取 Mobli 的公共访问令牌时出错

我在为我的应用程序获取公共访问令牌时遇到问题。我收到以下错误:05-26 14:43:17.194: D/Mobli(1219): Response {"error":"invalid_request","error_description":"The request contains an unsupported parameters","error_uri": “http://dev.mobli.com/error/invalid_request”}

我用来发出请求的代码如下:

知道代码可能有什么问题吗?

我还验证了 URL 的格式是否正确。我在 util.java 中得到了 filenotfoundexcetion

0 投票
1 回答
87 浏览

iphone - 将图像发布到特定频道

我正在使用您的 api,并且我已成功调用将照片上传到我的个人资料。现在我正在尝试发布到特定频道,我需要为频道 ID 设置什么值....尝试了这个值:“/channel/{channel_id}”“channel_id”“channel”

http://developers.mobli.com/documentation/authentication

0 投票
0 回答
72 浏览

authentication - Mobli Oauth 范围

我的访问令牌有问题。我得到的每个令牌都有一个空范围。虽然在我的授权 URL 中,我已经设置了各种组合的范围。我收到所有令牌信息,但范围始终为空白。以下是授权 URL 和令牌输出的示例。

授权网址:

https://oauth.mobli.com/authorize?client_id=xxx&response_type=code&state=fa90532ac5dc926609a484b60d9d457e&redirect_uri=http%3A%2F%2Fcontestis.localhost%2Fapis%2Fmobli%2Fweb%2Findex.php&scope=advanced+basic

令牌输出:

Array ( [access_token] => xx [token_type] => mobli_user_related [expires_in] => 7776001 [refresh_token] => xx [user] => Array ( [id] => xx13030 [username] => XX [first_name] => XX [last_name] => XX ) [scopes] => )

0 投票
0 回答
81 浏览

mobli - 按地理坐标获取照片

我正在为我的应用程序使用 Mobli api,并查找 EndPoint 以根据地理坐标获取所有公共照片(这是我要使用的唯一参数。不是搜索查询或任何其他参数)。

任何想法?