[twitter-dev] How to store Oauth token and retrieve data using it?

2010-10-28 Thread Ramanean

I need to store Oauth tokens in database and  use them to retrieve my
direct messages and my friends timeline..

I searched in Google and in these forums  but I didn't find a full
answer for this..I am able to see

[oauth_token] and [oauth_access_token] and store it..

Whether these two can be used to retrieve data at later point of time?


what exactly I should use to fulfil my requirement?


If anyone can point me to a php script it would be great..

-- 
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] Suggestion : Increasing the replies count (Separating Status updates and replies)

2010-09-22 Thread Ramanean
As all of you know users are allowed only 1000 updates in a
day(including replies). With more than 145 million people as users
there  are going to be calls for increasing the status update limit.
So instead of increasing the limit ,Twitter can simply allow accounts
to send unlimited replies to users who have addressed the tweet  to
them.

Suppose if I am addressing a tweet to someone say  @Techcrunch   I
love your blog  and suppose if Techcrunch says @Ramanean Thank
you   and these tweets(Replies by Techcrunch) should not be counted
as part of daily 1000 limit  for @Techcrunch as it's more  of a
conversation between two users rather than a status updates for
followers!!!


If the reply limits are increased ,this will open endless
possibilities of using Twitter for more important messages!! and more
interaction among users and it may also be a good revenue earning
opportunity for Twitter!! by exploiting this for growth in  a
completely different way!!!


This would  do wonders not only for Twitter but also for others and
incase of natural disasters also.!






-- 
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] Whether there is any problem with Twitter api currently?

2010-08-28 Thread Ramanean
For all of my sites I am not getting Oauth token..

http://www.twitlan.com/

and http://www.buzztweep.com


All of them are hosted on same ip address..

-- 
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] Whether I can use the word chirp in my site?

2010-07-13 Thread Ramanean
Whether I can use the word chirp in my site? http://www.chirpsearch.com?

Whether it has any copyright claims by Twitter?


Shan


[twitter-dev] Re: Search API -Timezones problem

2010-07-08 Thread Ramanean
Can anyone answer my questions??


[twitter-dev] Re: Search API rate limit

2010-07-07 Thread Ramanean
Matt,


What is exact limit..Whether I can write to twitter for whitelisting
of the IP?

Whether whitelisting of the IP would do any good?


Shan



On Jul 7, 12:16 am, Matt Harris thematthar...@twitter.com wrote:
 Hi Shan,

 The Search API is anonymous so authenticating makes no difference to the
 rate limit there. If you are requesting a lot of information from the search
 API you may want to look at the streaming API 
 instead:http://dev.twitter.com/pages/streaming_api

 The majority of search cases can be handled by the default filter limits
 available through the streaming API.

 Best,
 Matt



 On Tue, Jul 6, 2010 at 7:31 AM, Ramanean shang...@gmail.com wrote:
  I am developing a normal twitter search application

  Inorder to beat the search rate limit if I ask a user to authenticate
  whether that would be helpful?

   Whether the calls made by the user for search api will be counted in
  the user's account ? or whether that would be

  still counted as a call from the IP address of the website?

  I am little bit confused here...

  Thanks
  Shan

 --

 Matt Harris
 Developer Advocate, Twitterhttp://twitter.com/themattharris


[twitter-dev] Search API rate limit

2010-07-06 Thread Ramanean
I am developing a normal twitter search application

Inorder to beat the search rate limit if I ask a user to authenticate
whether that would be helpful?

 Whether the calls made by the user for search api will be counted in
the user's account ? or whether that would be

still counted as a call from the IP address of the website?

I am little bit confused here...

Thanks
Shan




[twitter-dev] Search API -Timezones problem

2010-07-06 Thread Ramanean
In Search API ,always the created_at time is getting displayed in
UTC,So it creates more problems for me when I am trying to display
latest search results as it shows same time for a query

Whether there are any plans to display localtime of the user in search
api?

For E.g

http://search.twitter.com/search.json?from=xxx


The search results display only GMT time for created_at



[twitter-dev] Re: Recent Places-related API enhancements more to come...

2010-06-15 Thread Ramanean
Whether it would be better to use authentication for it?

Thanks
Shan

On Jun 15, 4:43 am, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 Hi Developers,

 Today we're launching some of the functionality around Places that we
 announced at Chirp. You can read more about the feature 
 here:http://blog.twitter.com/2010/06/twitter-places-more-context-for-your

 The launch comes with a batch of API enhancements, with a number of further
 API additions just around the corner (like creating and updating places,
 obviously a crucial component for many implementors).

 The documentation in this area is a honestly a bit light at the moment, but
 we'll be offering some more comprehensive documentation going over suggested
 use cases, flows, and more in the coming days.

 What matters most for you:
   - GET geo/nearby_places is now GET geo/search, with some added
 functionality. This is a companion to GET geo/reverse_geocode, that's ideal
 for using in conjunction with a place selection UI.
     Read all about it at :http://bit.ly/dvNmYB
     - A query parameter called query lets you do textual matching when
 trying to find a place
     - A query parameter called ip lets you do a lookup based on an IP
 address
     - You can fine tune results with granularity, accuracy, and the
 contained_within parameter, which allows you to identify a place_id
 (matching something like a city), and only search for places within that
 place.

   - place tags in XML output, place attribute in JSON output:

 Tweets that have a place_id associated with them can now contain some
 additional information not available in the past, including some attributes
 that further describe the location.

 Some common place/attributes you might start seeing:
   - name
   - street_address
   - locality
   - region
   - phone
   - postal_code
   - twitter (a twitter account associated with the place)
   - cross_streets

 Attribute key names can be variant. These are just some of the attribute
 keys you will see, with much more to come.

     Here's a quick XML representation of a status with a place:
     status
       created_atMon Jun 14 23:30:14 + 2010/created_at
       id16184038366/id
       textI'm testing out places integrations. Can you hear me Planet
 Houston? I'm at the Epicenter. (psyche)/text
       sourceweb/source
       truncatedfalse/truncated
       in_reply_to_status_id/in_reply_to_status_id
       in_reply_to_user_id/in_reply_to_user_id
       favoritedfalse/favorited
       in_reply_to_screen_name/in_reply_to_screen_name
       user
         id819797/id
         nameTaylor Singletary/name
         screen_nameepisod/screen_name
         locationiPhone: 37.778181,-122.397971/location
         descriptionReality Technician, Developer Advocate at Twitter,
 displeased at Planet Houston/description
         
 profile_image_urlhttp://a1.twimg.com/profile_images/989643540/zod_normal.jpg
 /profile_image_url
         urlhttp://bit.ly/5w7P88/url
         protectedfalse/protected
         followers_count1461/followers_count
         profile_background_color00/profile_background_color
         profile_text_color00/profile_text_color
         profile_link_color731673/profile_link_color
         profile_sidebar_fill_color007ffe/profile_sidebar_fill_color
         profile_sidebar_border_colorbb0e79/profile_sidebar_border_color
         friends_count1420/friends_count
         created_atWed Mar 07 22:23:19 + 2007/created_at
         favourites_count254/favourites_count
         utc_offset-28800/utc_offset
         time_zonePacific Time (US amp; Canada)/time_zone
         
 profile_background_image_urlhttp://a3.twimg.com/profile_background_images/19651315/fiberoptics.jpg
 /profile_background_image_url
         profile_background_tiletrue/profile_background_tile
         notificationsfalse/notifications
         geo_enabledtrue/geo_enabled
         verifiedfalse/verified
         followingfalse/following
         statuses_count6477/statuses_count
         langen/lang
         contributors_enabledfalse/contributors_enabled
       /user
       geo/
       coordinates/
       place xmlns:georss=http://www.georss.org/georss;
         ida851ec943d3a27c5/id
         nameEpicenter Cafe/name
         full_nameEpicenter Cafe, San Francisco/full_name
         place_typepoi/place_type
         urlhttp://api.twitter.com/1/geo/id/a851ec943d3a27c5.json/url
         attributes
           attribute
             keystreet_address/key
             value764 Harrison St/value
           /attribute
         /attributes
         bounding_box
           georss:polygon37.781343 -122.399142 37.781343 -122.399142
 37.781343 -122.399142 37.781343 -122.399142/georss:polygon
         /bounding_box
         country code=USThe United States of America/country
       /place
       contributors/
       annotations/
     /status

     And here's the JSON representation:
     {
         in_reply_to_user_id: null,
         geo: null,
         source: web,
    

[twitter-dev] What is limit for receiving direct messages?

2010-03-03 Thread Ramanean

What is the limit for receiving direct messages?

Whether I would be able to receive more than 250 direct messages ??
from different users?

Thanks
Shan