on posting a status to twitter, i get this appended to the tweet: "less than 10 seconds ago from Drupal", with a link to drupal.org

how do i change it around so that it reads " from My Site Name " with a link to my site?

Comments

rightchoice2c_me’s picture

you can make the necessary changes in actions.
Administer › Site configuration > Actions
on this page Make a new advanced action available create a new action Post a message to twitter on settings page in message select the tokens you want to be posted in twitter.

icecreamyou’s picture

Project: Facebook-style Statuses (Microblog) » Twitter
Version: 6.x-2.0-rc2 » 6.x-2.x-dev
Component: Code - API » Twitter API

This is part of the Twitter module. When an application posts a Tweet to Twitter, it has the option to specify the application name. Last I checked, that application has to be registered with Twitter. Presumably the Twitter module specifies "Drupal" as the application.

deltab’s picture

@IceCreamYou, it is about OAuth, as stated on the Twitter wiki: http://apiwiki.twitter.com/FAQ#HowdoIget“fromMyApp”appendedtoupdatessentfrommyAPIapplication - so registration should not be necessary?

We now recommend developers use OAuth to perform authentication with the API. When applications use OAuth, Twitter automatically knows the source of status updates. We are therefore able to append source attribution (from "[MyApp]") to tweets. If you would like tweets from your application to recieve a source parameter, please register an application and implement OAuth authentication. We will automatically include your application as the source for any tweets sent from your application.

We originally allowed applications to create a source paramter for non-OAuth use but that has been discontinued. Applications pre-OAuth source parameters will remain active, but new registrations are no longer accepted.

dddave’s picture

Status: Active » Closed (duplicate)