[twitter-dev] Getting since date or since_id is too old Error code 403 when trying to use search API with since_id

2011-05-09 Thread Abhi
sample url 
:http://search.twitter.com/search.atom?lang=enrpp=100result_type=mixedq=%22Geometry+Essentials+For+Dummies%22+Mark+Ryansince_id=1304977102

all my twitter search api calls (with since_id in them ) are returning since 
date or since_id is too old

-- 
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] 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 and you'll have to accept that you'll
 not have the full possible dataset to search against.

 One popular way to search within a given set of users is to assemble a
 Twitter List containing the users of interest, paginate through the List
 timeline as your needs (and the data supply) allows, and then perform the
 search against the tweets/metadata retrieved, acknowledging that a list
 doesn't comprise all of the tweets (or any of the retweets) authored by the
 users on the list (@replies / tweets beginning with a @mention to users not
 belonging to the list are excluded).

 Other methods are retrieval of various (user) timelines, merging them
 together, then searching against.

 The most efficient way to collect tweets for a given set of public users
 when historical tweets are not important is to use the follow feature of
 the Streaming API.

 Taylor

 On Wed, Jan 12, 2011 at 10:22 AM, Abhi abhishek2j...@gmail.com wrote:
  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 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 from a group of twitters.

Thanks for all the help 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

   --
   Mauro Sebastián Asprea

   E-Mail: mauroasp...@gmail.com
   Mobile: +34 654297582
   Skype: mauro.asprea

   Algunos hombres ven las cosas como son y se preguntan porque. Otros
  sueñan
   cosas que nunca fueron y se preguntan por qué no?.
   George Bernard Shaw

  --
  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] 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 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 from a group of twitters.

  Thanks for all the help 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

 --
 Mauro Sebastián Asprea

 E-Mail: mauroasp...@gmail.com
 Mobile: +34 654297582
 Skype: mauro.asprea

 Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
 cosas que nunca fueron y se preguntan por qué no?.
 George Bernard Shaw

-- 
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] Search Twitter Feed from a group of Twitters

2011-01-11 Thread Abhi
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 from a group of twitters.

Thanks for all the help 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


[twitter-dev] Extract a one month social graph around a topic

2010-10-19 Thread Abhi
Hi,

I am new to the Twitter API world and appreciate your help.

I am trying to do some sentiment analysis around few topics. The
options that I think I have (although dont know if these options
actually exist)

1. download last one month of tweets (related to various topic) and
then run sentiment analysis on them

or

2. run the Search API (w/ query = topic) several times in a day and
collect the tweets over a period of month and then  do the data
analysis. the problem with this method is that twitter rate limits how
many search query one can make in a day (white-listing seems to be
taking ages)

I am sure several people have done similar things in past. would
really appreciate if you could please share your thoughts/experience.

Cheers
Abhi

-- 
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] retrieving retry-after value

2010-09-17 Thread Abhi
Hi,

was wondering if any one can help with the PHP code to retrieve retry-
after value from the header using CURL.

I tried several ways but nothing seems to work. Thanks for help 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] php code to handle rate-limiting functionlity

2010-09-03 Thread Abhi
Hi, I have a PHP code that tries to access twitter search API for
several Key words in my database. This functionality was working fine
till i realized that twitter does rate limiting on the number of API
calls. I was wondering if some one would be ok sharing their PHP code
to handle rate-limiting functionality.

-- 
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] Total number of tweets containing a word

2010-08-13 Thread Abhi
Hi All,

What is the best way of counting the number of tweets containing a
phrase The Lost World

1. Is there an API call, I can make to retrieve this information
or
2. Should I make an Search API call for the keyword at regular
interval and store the tweets in my database and analyze this data.
(although this might be affected by the rate limit of the API usage)


[twitter-dev] Searching for a phrase and multiple keyword as OR

2010-08-13 Thread Abhi
Hi I was wondering what is the best way of searching for a phrase and
a KW

Example The Lost World and book

and what if I wanted to try different combinations where The Lost
world is mandatory however other keywords
read, reading, book are or

The Lost world and read OR The Lost world and reading OR The
Lost world and book


[twitter-dev] API for my followers/Friends data...

2010-07-11 Thread Abhi
Hi,

I am using twitter4j-core-2.1.3-SNAPSHOT library. Is there an API to
get all my followers/friends data. i.e.
1. Name
2. Location
3. FavouritesCount()
4. FriendsCount
5. FollowersCount
6. StatusesCount

Thanks
Abhi