I've been developing a web-based twitter application in PHP that uses
Arc90 PHP Twitter API Client (http://lab.arc90.com/2008/06/
php_twitter_api_client.php). The only thing that is making me crazy
that when I submit a tweet from my application it puts "from web" and
the end, but what I need is that it should put "from Foo" where Foo
represents the name of my application and clicking on Foo should take
the user to my website, like the other twitter applications such as
TweetDeck, Seesmic, etc do. I would like to tell you that in the API
client that I am using, there is a parameter of "source" in the class
constructor and I've tried passing "<a href='http://www.foo.com'
target='_blank'>Foo</a>" but still it shows "web" instead of "Foo".
Do I have to pass something really special in the source parameter?
Any Ideas?
Thanks in advance!

Reply via email to