Re: How to get Notifications about the updates in a third party applcaition.

2008-11-12 Thread munendra chevuru
Thank you very much and i would like to have it please. On Thu, Nov 13, 2008 at 9:20 AM, fastest963 <[EMAIL PROTECTED]> wrote: > > You can try GNIP, however I haven't used them before. > > Yes you should probably loop every 3-5 (maybe more, depending on how > accurate you want to be) minutes or s

Re: How to get Notifications about the updates in a third party applcaition.

2008-11-12 Thread fastest963
You can try GNIP, however I haven't used them before. Yes you should probably loop every 3-5 (maybe more, depending on how accurate you want to be) minutes or so depending on the user. This shouldn't have too much of an impact on overall performance, however as you get more and more users, you wi

Re: How to get Notifications about the updates in a third party applcaition.

2008-11-12 Thread Damon Clinkscales
Muni look at http://gnipcentral.com/ if you know the ID of the Twitter User you'd like to check, register for a GNIP POST notification for it and you can find out when they post that way. -damon On Tue, Nov 11, 2008 at 11:33 PM, munendra chevuru <[EMAIL PROTECTED]> wrote: > Thanks James. But f

Re: How to get Notifications about the updates in a third party applcaition.

2008-11-12 Thread munendra chevuru
Thanks James. But for this i need to look into the Twitter account constantly right! I have to write a loop which is running all the time and looking for the Twitter users account for the updates. If this is the case, i was wondering will it be a problem for the application performance. Thanks, Mu

Re: How to get Notifications about the updates in a third party applcaition.

2008-11-11 Thread fastest963
You would have to use the http://apiwiki.twitter.com/REST+API+Documentation#usertimeline You can do either two things... With Database: Store the id of any ads you enter after entering (see later) Fetch the contents of http://twitter.com/statuses/user_timeline.xml?since_id={last id of ad} Then ge

Re: How to get Notifications about the updates in a third party applcaition.

2008-11-11 Thread munendra chevuru
May be my question is not clear. I am sorry for that. Let me try to explain now. Now i am developing one application, basically its an ad network. The Twitter user selects the frequency upon which he allows the application puts an 'Ad' on his profile. lets us say if the user select the frequency

Re: How to get Notifications about the updates in a third party applcaition.

2008-11-10 Thread Alex Payne
If I understand your question correctly, I think you'd simply want this third-party application to poll the user timelines of the users that have provided their Twitter usernames to your application. See http://apiwiki.twitter.com/REST+API+Documentation#usertimeline. On Mon, Nov 10, 2008 at 9:59

How to get Notifications about the updates in a third party applcaition.

2008-11-10 Thread VIswa
Hi Thanks for your Reply. Let me give you an example. Let us assume, in my profile i have 5 followers. If i do any update in my profile(means any post), they will see in their profile page. Now my aim is like this. I need to find out the same in a third party application. Means Let us say one of