Re: [twitter-dev] Search Twitter Feed from a group of Twitters

2011-01-12 Thread Mauro Asprea
Hi you can take a look at http://dev.twitter.com/doc ;) On Wed, Jan 12, 2011 at 7:13 AM, Abhi abhishek2j...@gmail.com wrote: Hi, I am New to the Twitter search API and was wondering if someone can please help me on where to find some guidance on how to use Twitter Search API to find tweets

[twitter-dev] Return number of tweets in a Search

2011-01-12 Thread Steve
Hi, I'm developing an application using the Twitter Ruby gem in Rails, and was wondering whether there was a way to return the number of tweets containing a certain hashtag? I'm looking to display random tweets on a page which contain a particular hashtag (I know there are issues with hashtag

[twitter-dev] Re: Search Twitter Feed from a group of Twitters

2011-01-12 Thread Abhi
Thanks. I looked at it but It just allows me to search for twitter feed from one user. I want to be able to search for twitter feed from multiple users at once. On Jan 12, 12:30 am, Mauro Asprea mauroasp...@gmail.com wrote: Hi you can take a look at  http://dev.twitter.com/doc;) On Wed, Jan

Re: [twitter-dev] t.co Posting Questions

2011-01-12 Thread David E . Wheeler
On Dec 18, 2010, at 5:17 PM, David E. Wheeler wrote: Currently the API does not shorten the links for you yet. In the future Twitter may implement this, but currently you will have to shorten the links yourself, via (for example) bit.ly. That's what I thought. Thanks for the confirmation.

Re: [twitter-dev] t.co Posting Questions

2011-01-12 Thread Abraham Williams
I would not recommend using it yet but Twitter for Mac is using the endpoint /urls/shorten.json?url=http://example.com http://t.co/6wD3idD Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is:

Re: [twitter-dev] Re: Search Twitter Feed from a group of Twitters

2011-01-12 Thread Taylor Singletary
There are no search within a set capabilities really in the Twitter API or Search API. There are a few approaches you can take, but all of them defer the search part of operation to you and you'll have to accept that you'll not have the full possible dataset to search against. One popular way to

Re: [twitter-dev] t.co Posting Questions

2011-01-12 Thread David E. Wheeler
On Jan 12, 2011, at 11:41 AM, Abraham Williams wrote: I would not recommend using it yet but Twitter for Mac is using the endpoint /urls/shorten.json?url=http://example.com http://t.co/6wD3idD Ah, that's pretty nice. Pity the API doesn't do it magically for you, but this will be a good

Re: [twitter-dev] Re: Using OAuth Echo

2011-01-12 Thread Matt Harris
Hi Gabe, We have a page about OAuth Echo on our Developer Resources site: http://dev.twitter.com/pages/oauth_echo Let us know if you have any questions which arise from it, Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Sat, Jan 8, 2011 at 4:04 PM,

[twitter-dev] Re: xAuth request returns 401, need help

2011-01-12 Thread Eric Will
Was the cause of the empty response body ever discovered? I'm having a similar issue, except my 401 response body has Content-Length: 1 containing an empty space . On Nov 19 2010, 3:44 pm, Matt Harris thematthar...@twitter.com wrote: Hey Chrys, Agreed. The authentication header doesn't have

RE: [twitter-dev] Abridged summary of twitter-development-talk@googlegroups.com - 16 Messages in 9 Topics

2011-01-12 Thread Bob Koons
OK, no rush. We have time. Thanks, Bob From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of twitter-development-talk+nore...@googlegroups.com Sent: Wednesday, January 12, 2011 6:41 PM To: Abridged Recipients Subject:

[twitter-dev] Re: User_timeline returns different amount of tweets for each user

2011-01-12 Thread Cisneiros
It was probably a temporary issue. Just came back from a trip and tried submitting the ticket again, successfully. Hope I can get some answers! If I do, I'll update here, so people with the same problem can easily find them :) Thanks! Alexandre Cisneiros Filho. On Jan 7, 12:09 am, Matt Harris

[twitter-dev] Re: Return number of tweets in a Search

2011-01-12 Thread @Red_Eyes
The maximum number of tweets you can return per page is 100. If you return all the pages available you can get to around 1,500 max. These limits are defined in the search API documentation. ( http://dev.twitter.com/doc/get/search). You may be better either looking at the streaming API and hope

[twitter-dev] Twitter Button and W3C Validator

2011-01-12 Thread Fabricio Gomes
--- portuguese version Estou utilizando o Tweet Button na minha pagina web e está causando os seguintes erros no W3C Validator: cannot generate system identifier for general entity v general entity v not defined and no default entity reference not terminated by REFC delimiter reference to entity

Re: [twitter-dev] Twitter Button and W3C Validator

2011-01-12 Thread Matt Harris
When validating for XHTML you need to ensure the in URLs is encoded as amp; In your case that would mean using: http://platform.twitter.com/anywhere.js?id=4MefUUvPXcQdIm30HhQamp;v=1 and http://www.twitter.com/share?url=minha_urlamp;text=meu_textoamp;count=horizontalamp;via=fabriciorgomes