lyricat / Hotot

A Twitter Client
http://hotot.org
GNU Lesser General Public License v3.0
485 stars 129 forks source link

Identi.ca support wrecked #527

Open chrisjung-dev opened 11 years ago

chrisjung-dev commented 11 years ago

Commit 1a543de wrecks identi.ca support.

lyricat commented 11 years ago

@ym please review this issue.

chrisjung-dev commented 11 years ago

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

ym commented 11 years ago

Got ...I'll fix it.

tbeitter commented 11 years ago

any progress on that issue?

fitojb commented 10 years ago

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

Erkan-Yilmaz commented 10 years ago

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

HeikoAdams commented 10 years ago

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