[twitter-dev] Re: Twitter client to get updates

2010-09-18 Thread ram
I would like to show the consumers his notifications (  tweets of
people he follows )  when he logs in to our portal.

Is there a Daemon client available already; in Perl or Java
preferably.
I am pretty new to any API access on twitter.

Also apparently from the dev.twitter site there are no restrictions on
number of notifications / followings etc for API access.
But how does twitter make sure they wont run out of resources by
giving unlimited service.





On Sep 17, 9:30 pm, John Kalucki j...@twitter.com wrote:
 Look into the User Streams endpoint on the Streaming API if you are building
 a desktop notification service. If you are building a centralized service,
 you'll want Site Streams.

 -John Kaluckihttp://twitter.com/jkalucki
 Twitter, Inc.

 On Fri, Sep 17, 2010 at 7:41 AM, ram ramprasad...@gmail.com wrote:
  I want to write a twitter notification client.
   When anyone who I follow tweets I need to get a notification so that
  I can go and fetch the tweeted message.

  Is this possible and allowed ?

  Thanks
  Ram

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


Re: [twitter-dev] Re: Twitter client to get updates

2010-09-18 Thread John Kalucki
It sounds like you should make a REST call to fetch the mentions when you
render the page.

-John


On Sat, Sep 18, 2010 at 12:54 AM, ram ramprasad...@gmail.com wrote:

 I would like to show the consumers his notifications (  tweets of
 people he follows )  when he logs in to our portal.

 Is there a Daemon client available already; in Perl or Java
 preferably.
 I am pretty new to any API access on twitter.

 Also apparently from the dev.twitter site there are no restrictions on
 number of notifications / followings etc for API access.
 But how does twitter make sure they wont run out of resources by
 giving unlimited service.





 On Sep 17, 9:30 pm, John Kalucki j...@twitter.com wrote:
  Look into the User Streams endpoint on the Streaming API if you are
 building
  a desktop notification service. If you are building a centralized
 service,
  you'll want Site Streams.
 
  -John Kaluckihttp://twitter.com/jkalucki
  Twitter, Inc.
 
  On Fri, Sep 17, 2010 at 7:41 AM, ram ramprasad...@gmail.com wrote:
   I want to write a twitter notification client.
When anyone who I follow tweets I need to get a notification so that
   I can go and fetch the tweeted message.
 
   Is this possible and allowed ?
 
   Thanks
   Ram
 
   --
   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 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 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