[twitter-dev] Re: how to put my own source instead of web

2009-04-09 Thread K.A.Noorani

Thank you very much with the reply Julio.
and Mr. Andrew Badera! Please keep in mind that If you don't know any
thing or if you don't want to tell any thing then don't say
Impossible, just keep your mouth shut!!!

Thanks

On Apr 9, 6:58 pm, Julio Biason julio.bia...@gmail.com wrote:
 Andrew, please, less noise and more info. You are getting really
 annoying lately.

 Noorani, the source parameter is a code, which you had to request. I'm
 saying had 'cause, as a few hours ago, Twitter decided to remove the
 request form for new applications using the Basic Auth. 
 Seehttp://groups.google.com/group/twitter-development-talk/browse_thread...

 I guess the safe way is check if there is a new version of the library
 you're using that uses OAuth instead of Basic Auth or look for another
 library. Twitter keeps a list of libraries 
 here:http://apiwiki.twitter.com/Libraries#PHP



 On Thu, Apr 9, 2009 at 11:50 PM, Andrew Badera and...@badera.us wrote:
  Unpossible! Can't not do it!

  Thanks-
  - Andy Badera
  - and...@badera.us
  - Google me:http://www.google.com/search?q=andrew+badera

  Sent from Albany, NY, United States

  On Thu, Apr 9, 2009 at 4:24 AM, K.A.Noorani khurramnoor...@gmail.com
  wrote:

  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!

 --
 Julio Biason julio.bia...@gmail.com
 Twitter:http://twitter.com/juliobiason


[twitter-dev] Re: how to put my own source instead of web

2009-04-09 Thread K.A.Noorani

LoL...
Mr. Andy Badera! It seems you have never used TweetDeck or Seesmic or
PeopleBrowsr or FriendFeed or TwitterFox that's why you've said like
that.  Please if you don't know any thing then don't term it as
impossible.

Is any there anyone else who can guide me?

On Apr 9, 6:50 pm, Andrew Badera and...@badera.us wrote:
 Unpossible! Can't not do it!

 Thanks-
 - Andy Badera
 - and...@badera.us
 - Google me:http://www.google.com/search?q=andrew+badera

 Sent from Albany, NY, United States

 On Thu, Apr 9, 2009 at 4:24 AM, K.A.Noorani khurramnoor...@gmail.comwrote:



  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.phphttp://lab.arc90.com/2008/06/%0Aphp_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!


[twitter-dev] Re: how to put my own source instead of web

2009-04-09 Thread K.A.Noorani

Thanks everybody (except Andrew) for the support. I finally got my
source parameter working.