I had the idea to allow the users of my site to comment on various kinds of widgets via twitter feeds. Thus i would set up twitter.com/redwidgets twitter.com/greenwidgets etc
It would be a way of crowdsourcing news on these niches, harvesting user knowledge and creating content.
But short of giving the username and password to all the contributors, is there a way i can let them update the chosen feed without having the power to change log in or profile info?
I think what you're asking about is exactly what I did on my community site. Using the twitter API I created a function on my site which accepts text from my users and posts it to the site's Twitter account. No need to give out the account password, that's handled through the API.
Actually this was so easy to implement I went from registering my Twitter account to reading about the API to building and installing it on my web site, all in one sitting from my hotel room during Pubcon South last month!
Using the twitter API I created a function on my site which accepts text from my users and posts it to the site's Twitter account. No need to give out the account password, that's handled through the API.
now that's a mashup! i'd love to take a look @ that through a pm.