Re: [twitter-dev] trending topics order

2011-06-25 Thread M. Edward (Ed) Borasky
How difficult would it be for Twitter to return the tweets per minute  
by location on Trending Topics? For example, if hockey is getting  
100 tweets per minute in Boston, the line for Boston would read


boston 100


--
http://twitter.com/znmeb http://borasky-research.net

A mathematician is a device for turning coffee into theorems. -- Paul
Erdos


Quoting Matt Harris thematthar...@twitter.com:


Hi,

Yes, trending topic responses are returned in the order of most trending to
least trending. In the example you give Guille Franco is trending more than
Vuvuzela.

Best,
@themattharris https://twitter.com/intent/follow?screen_name=themattharris
Developer Advocate, Twitter



On Fri, Jun 17, 2011 at 7:09 PM, xkema kemal...@gmail.com wrote:


Hi there

Are trending topics results, ordered from most-trendy topic to last
trendy?
..
..
..
consider a trends node like:

trends: [
   {
 name: Guille Franco,
 url: http://search.twitter.com/search?q=Guille+Franco;
   },
   {
 name: #honestyhour,
 url: http://search.twitter.com/search?q=%23honestyhour;
   },
   ...
   ...
   ...
   ...
   {
 name: Vuvuzela,
 url: http://search.twitter.com/search?q=Vuvuzela;
   }
 ],

Question again: IsGuille Franco most trending and Vuvuzela least
trending. (for these ten result)

--
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker:
https://code.google.com/p/twitter-api/issues/list
Change your membership to this group:
https://groups.google.com/forum/#!forum/twitter-development-talk



--
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker:   
https://code.google.com/p/twitter-api/issues/list
Change your membership to this group:   
https://groups.google.com/forum/#!forum/twitter-development-talk




--
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] trending topics order

2011-06-23 Thread Matt Harris
Hi,

Yes, trending topic responses are returned in the order of most trending to
least trending. In the example you give Guille Franco is trending more than
Vuvuzela.

Best,
@themattharris https://twitter.com/intent/follow?screen_name=themattharris
Developer Advocate, Twitter



On Fri, Jun 17, 2011 at 7:09 PM, xkema kemal...@gmail.com wrote:

 Hi there

 Are trending topics results, ordered from most-trendy topic to last
 trendy?
 ..
 ..
 ..
 consider a trends node like:

 trends: [
{
  name: Guille Franco,
  url: http://search.twitter.com/search?q=Guille+Franco;
},
{
  name: #honestyhour,
  url: http://search.twitter.com/search?q=%23honestyhour;
},
...
...
...
...
{
  name: Vuvuzela,
  url: http://search.twitter.com/search?q=Vuvuzela;
}
  ],

 Question again: IsGuille Franco most trending and Vuvuzela least
 trending. (for these ten result)

 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] trending topics order

2011-06-19 Thread xkema
Hi there

Are trending topics results, ordered from most-trendy topic to last
trendy?
..
..
..
consider a trends node like:

trends: [
{
  name: Guille Franco,
  url: http://search.twitter.com/search?q=Guille+Franco;
},
{
  name: #honestyhour,
  url: http://search.twitter.com/search?q=%23honestyhour;
},
...
...
...
...
{
  name: Vuvuzela,
  url: http://search.twitter.com/search?q=Vuvuzela;
}
  ],

Question again: IsGuille Franco most trending and Vuvuzela least
trending. (for these ten result)

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Trending topics and hasthtags

2010-11-24 Thread Taylor Singletary
Some trending topics are subject-based while not centered around the use of
a hashtag, such as Tom Selleck. Other trending topics are centered around
a specific hashtag like #dgaf

There's really no difference (apart from how they spread), they represent
search terms either way.

Taylor


On Tue, Nov 23, 2010 at 7:25 AM, codecowboy lukemst...@gmail.com wrote:

 Hi,

 I'm doing a search for the current trends using
 http://api.twitter.com/version/trends/current.format

 Whats the difference between a trending topic and a hashtag? Does
 twitter generate its own list of trends which aren't necessarily
 associated with a hashtag?

 thanks,

 --
 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


-- 
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


[twitter-dev] Trending topics and hasthtags

2010-11-23 Thread codecowboy
Hi,

I'm doing a search for the current trends using
http://api.twitter.com/version/trends/current.format

Whats the difference between a trending topic and a hashtag? Does
twitter generate its own list of trends which aren't necessarily
associated with a hashtag?

thanks,

-- 
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


[twitter-dev] Trending Topics in XML or Atom

2009-10-11 Thread RichardG

Any way to make Trending Topics available as XML or Atom? I'm writing
an mobile browser app, so strictly PHP with the popular xml2ary()
function.


[twitter-dev] Trending Topics

2009-04-30 Thread Mobasoft

See guys, there you go again.

The Trending Topics is no longer in the sidebar, there's nothing on
the Twitter Status blog about it.
Do a search for Trending and you'll notice that we are all wondering
what's going on.

Do we need to have a refresher course in Transparency 101 ?

What gives?