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

2011-01-13 Thread Steve
The app is a competition system, so really I need to try and retrieve all entries of a hashtag if possible (but if it's not possible, then other comp systems mustn't either, surely?) Thanks for the suggestions - might try and utilise DataSift for it. On Jan 13, 1:04 am, @Red_Eyes

[twitter-dev] xAuth and Delphi

2011-01-13 Thread Leonmeijer
Hello all, This is my first post on this list. I'm writing a Twitter application which has xAuth access but I'm having problems writing it in Delphi, I used the TTwitter thing but this doesn't seem to have xAuth functionality and I can't get it to work. Does someone have an example of a Delphi

[twitter-dev] Email posts status

2011-01-13 Thread Rys
Looking for a solution that an unique email can be sent to update Twitter post. Anyone have a off the shelf solution? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Re: Email posts status

2011-01-13 Thread noki
Hi, Rys Tweetymail (http://tweetymail.com/) is one you are lookng for. Some other services are available if you never mind to read Japanase to regist your account. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

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

2011-01-13 Thread Abhi
Thanks Taylor! This was helpful. On Jan 12, 12:01 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: 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

[twitter-dev] user streams example

2011-01-13 Thread jhollingworth
Hi, I've been looking around but have so far been unable to find any code examples of using user streams (http://dev.twitter.com/pages/ user_streams). I might just be being a little dumb but i've had a look at a few libraries in different languages and none seem to mention them. Also do user

Re: [twitter-dev] user streams example

2011-01-13 Thread M. Edward (Ed) Borasky
On Thu, 13 Jan 2011 16:10:13 -0800 (PST), jhollingworth jamiehollingwo...@gmail.com wrote: Hi, I've been looking around but have so far been unable to find any code examples of using user streams (http://dev.twitter.com/pages/ user_streams). I might just be being a little dumb but i've had a

[twitter-dev] Re: Return number of tweets for an account

2011-01-13 Thread David
Hi Ciprian, The number of tweets is listed in the statuses_count field for the user. You can access this by hitting the /users/show endpoint of the API. For example: http://api.twitter.com/1/users/show.json?screen_name=dtran320 Then look at the 'statuses_count' parameter. Best, David --

[twitter-dev] Re: Return number of tweets for an account

2011-01-13 Thread @epc
On Jan 13, 11:06 pm, David dtran...@gmail.com wrote: The number of tweets is listed in the statuses_count field for the user. You can access this by hitting the /users/show endpoint of the API. Note that that only counts tweets still in twitter’s database. If a user deletes a tweet, the count