[twitter-dev] search users on twitter api, is it possible?

2010-09-08 Thread Bram Hammer
Hello all,
I'm now making some app with search on tweets, but now i want to make
the option to search on usernames also.
Is this possible in any other way?

If so, kick me in the right direction please!

Thanks in advance

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


[twitter-dev] Re: search users on twitter api, is it possible?

2010-09-08 Thread Bram Hammer
thnx, that worked!
I was just not looking good enough :)

On 8 sep, 18:33, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 Hi Bram,

 I think this documentation is what you're looking 
 forhttp://dev.twitter.com/doc/get/users/search

 Example usage: GEThttp://api.twitter.com/1/users/search.xml?q=HULK

 Taylor

 On Wed, Sep 8, 2010 at 9:21 AM, Bram Hammer bhamme...@gmail.com wrote:
  Hello all,
  I'm now making some app with search on tweets, but now i want to make
  the option to search on usernames also.
  Is this possible in any other way?

  If so, kick me in the right direction please!

  Thanks in advance

  --
  Twitter developer documentation and resources:http://dev.twitter.com/doc
  API updates via Twitter:http://twitter.com/twitterapi
  Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk?hl=en

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


[twitter-dev] @anywhere streches site

2010-07-26 Thread Bram Hammer
hey all,

just fooling around with the @anwhere thing :)
But when i use any script on my site (doesn't matter what).
It stretches like hell.
Here an example:
http://i32.tinypic.com/71mrft.jpg

the script from twitter that i use is(MY-KEY is offcourse my api key):
script src=http://platform.twitter.com/anywhere.js?id=MY-KEY;
type=text/javascript/script

script type=text/javascript

 twttr.anywhere(function (T) {

T('#tweet').followButton(breakerhh);
  });



  /script

 span id=tweet/span