Closed (fixed)
Project:
Twitter
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2009 at 23:49 UTC
Updated:
31 Jan 2009 at 20:10 UTC
as suggested by millette, the module is able to submit to laconica based openmicroblogging sites.
do the following:
cd /var/www/site/your.net/sites/all/modules/twitter
sed -i.bak 's/twitter.com/identi.ca\/api/' *.*
Now, the point is, that the url of the service shouldn't be hardcoded, but let users choose which service to use. how can this be achieved?
I'm a php beginner, so I would be thankful if anyone's willing to implement this. ;-)
Comments
Comment #1
eaton commentedJust checked in very early support for it -- any service that supports the Twitter API can be used now. Thanks!