is there identi.ca support?
I noticed there is support for posting to Twitter. How about identi.ca? I guess that is not hard to add. Would be nice to have.
I noticed there is support for posting to Twitter. How about identi.ca? I guess that is not hard to add. Would be nice to have.
I added oauth signin using Identi.ca account in askbot. Please review the patch at https://github.com/rtnpro/askbot-devel/commit/fa4c3bfe557b18abb5622370daf541aa3c39abee
There's currently 478759 registered users on Identi.ca, but Identi.ca is a part of a federated network of StatusNet sites with a larger user base in aggregate.
@mether,@Evgeny: I added tooltips for identi.ca and linkedin share buttons. https://github.com/rtnpro/askbot-devel/commit/91e6b6fbbcf522d5c7f5e18d57e0d571c85a675e
I also added a feature to use tinyurls during sharing question links in other social networking websites. https://github.com/rtnpro/askbot-devel/commit/b8182ebf5374b7470a7d8d6ec0b5c9274df60c81
How many users are on identi.ca? Is it known?
There is a way to add a login method now via a custom login module so it should be addable, will document in a few days.
Some bugs with identi.ca... rather with statusnet. It doesn't have an implementation similar to django's @loginrequired decorator.The result is that if someone tries to access a page for a logged in user, identi.ca shows an error page saying "Not logged in!". This is not a nice behaviour. What it should do is redirect the user to the login page, and after successful login, redirect the user to the page he requested.
@rtnpro This feature isn't working as expected. It shares only the title and not the actual question at all. Also while sharing the question, you might want to shorten it using ur1.ca. Take a look at
http://code.activestate.com/recipes/577236-ur1ca-command-line-client/
@Evgeny, He fixed this https://github.com/rtnpro/askbot-devel/commit/22af13f3f04bfa819afda5ace8c81f4e10c1e004. Please pull.
Unfortunately it does not seem to work @rtnpro, could you pls test it out? Also - is there an example of some page where identi.ca sharing works as expected, it is probably easier to just copy a snippet of working code, basically what is needed is format of sharing url.
shapado.com has a working implementation
I'm sorry it was actually working fine, what confused me is use of question mark in the url without percent encoding, I've fixed that issue.
To enter a block of code:
Comments