Version: unspecified (using KDE 4.6.2) OS: Linux And not only identi.ca I could not find any reason for this behaviour. Reproducible: Didn't try
For any StatusNet installation, You need to register Choqok as a client app, and get a consumer key / consumer secret pair, and give it to Choqok (there's no way other than code for this right now!) We can't let you register and enter the consumer key/secret because anyone should register Choqok for itself, and this isn't the correct solution! There should be one Choqok registration for any service! And we can't achieve this!
Oh I see, I need to recompile choqok for that, though ?
(In reply to comment #3) > Oh I see, I need to recompile choqok for that, though ? hmm, If you want to do this for one statusnet website, No, I can teach you to do it ;)
I'm interested :)
Sorry, I forgot this thread :( I checked the src code, you can't do this without changing the code. If you want to change code: Edit: microblogs/laconica/laconicaeditaccount.cpp line 48,49 change the consumerKey and consumerSecret values to your registered one. comment out line 145 to 149 (place // at the beginning of lines) Now build the code and do like what you do it for Identi.ca Let me know if there's any problem