lyricat / Hotot

A Twitter Client

Home Page:http://hotot.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identi.ca support wrecked

chrisjung-dev opened this issue · comments

Commit 1a543de wrecks identi.ca support.

@ym please review this issue.

The reason is, that identi.ca has no /1.1/ API path. (but Twitter does...)

conf.js has some code to normalize API version path, but this gets overwritten in lib.twitter.js

Got ...I'll fix it.

any progress on that issue?

Identica has now dropped the StatusNet software, and it now uses "Pump.io".

I. experienced same problem in 0.9.8.14 (Ada), see details below!

II. please continue supporting the >200 statusnet servers (0)

-> we're still kicking around, identi.ca was just 1 statusnet server

take for example choqok 1.4 (last month released):
"Identi.ca service switched to pump.io software and dropped it’s API,
so Choqok is no longer support Identi.ca service,
but it still supports StatusNet websites,
because StatusNet is not died." (1)

It'd be sad to remove hotot from the list of statusnet clients (4)
a newbie user wouldn't be able to fix the API path by herself and give up :-(

details to I. (wrong API path)


Hotot calls after changing to my SN server paths: (2)
which results in: "Page not found"
correct path should be: (3)

(0) http://federation.skilledtests.com/List_of_Independent_Statusnet_Instances.html
(1) http://choqok.gnufolks.org/2013/09/choqok-1-4-released/
(2) /api/1.1/account/verify_credentials.json
(3) /api/account/verify_credentials.json
(4) http://federation.skilledtests.com/Statusnet_clients.html

Why does fixing this nasty little bug take so much time??