问题标签 [identica]

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 投票
1 回答
165 浏览

json - tweet counter for identi.ca

有没有办法检索某个 URL 被“凹陷”的次数(在 identi.ca、status.net 和/或类似网站上共享?)。

对于 twitter,有几个服务可以提供这些信息。

我不需要 Tweetmeme 或 Topsy 提供的花哨的额外信息,只需要数量。

我知道这是有问题的,从 status.net 的“分布式”性质来看:它只会从一个单一的筒仓中计算,例如 identi.ca。但是,对我来说,就目前而言,这就足够了。

有没有这样一个端点可以给我这样的 JSON?

0 投票
0 回答
229 浏览

google-app-engine - 是否有免费软件可以将 Twitter 连接到 identi.ca?

我搜索了一下,发现了一些非免费的解决方案,Twitter 到 Identi.ca GatewayIdenti.ca 到 Twitter Bridge

似乎答案都指向了twitterfeed.com

我个人不喜欢注册这么多网站,不管有没有OpenID

所以我的问题是:是否有一个开源项目可以构建从 Twitter 到identi.ca的桥梁,以便我可以将其上传到Google App Engine?单向桥就足够了。我的意思是,当我在 Twitter 上发帖时,推文会自动同步到 identi.ca。

0 投票
3 回答
112 浏览

php - Problems Trying to showStatus Using identica-php

I'm using the identica-php to get a single post using showStatus, just like this:

But when I try to run the code everything I got is this:
Result of the code

What I'm doing wrong? An example of the XML result: http://pastebin.com/Q52yfQp9

PS: I've tried to show just the XML to do a test and it worked, so it won't be a problem with the Post ID or the XML, but in the code

0 投票
0 回答
206 浏览

python - Python 中的 Identi.ca Oauth

我正在尝试在 Identi.ca 上完成 Oauth 身份验证。基本上,我正在尝试使用适用于 Twitter 的相同代码,但当然会更改 url。由于 HTTP 错误 400:错误请求,我什至无法获取请求令牌,如下所示。我真的很想知道我做错了什么,或者与 Twitter 的做法有什么不同。到目前为止,我所拥有的是: