Re: [twitter-dev] OAuth Additions

2010-02-12 Thread Harshad RJ
On Sat, Feb 13, 2010 at 8:16 AM, Abraham Williams <4bra...@gmail.com> wrote: > On Tue, Feb 9, 2010 at 20:54, Harshad RJ wrote: > >> On Wed, Feb 10, 2010 at 8:17 AM, Abraham Williams <4bra...@gmail.com>wrote: >> >>> >>> Your application should already have good handling logic built in for >>> user

Re: [twitter-dev] OAuth Additions

2010-02-12 Thread Abraham Williams
On Tue, Feb 9, 2010 at 20:54, Harshad RJ wrote: > On Wed, Feb 10, 2010 at 8:17 AM, Abraham Williams <4bra...@gmail.com>wrote: > >> >> >> On Tue, Feb 9, 2010 at 05:28, Dewald Pretorius wrote: >> >>> Two additions to OAuth that will be very helpful: >>> >>> 1) When a user removes the application f

Re: [twitter-dev] OAuth Additions

2010-02-09 Thread Harshad RJ
On Wed, Feb 10, 2010 at 8:17 AM, Abraham Williams <4bra...@gmail.com> wrote: > > > On Tue, Feb 9, 2010 at 05:28, Dewald Pretorius wrote: > >> Two additions to OAuth that will be very helpful: >> >> 1) When a user removes the application from their connections, Twitter >> should make a callback to

Re: [twitter-dev] OAuth Additions

2010-02-09 Thread Raffi Krikorian
> > 2) There should be a call my system can make to remove the app from >> the user's connections, typically in the case where the user deletes >> his account from my system. >> > > I am strongly against this. I don't like the idea that an application can > act on my behalf then "disappear". Any a

Re: [twitter-dev] OAuth Additions

2010-02-09 Thread Abraham Williams
On Tue, Feb 9, 2010 at 05:28, Dewald Pretorius wrote: > Two additions to OAuth that will be very helpful: > > 1) When a user removes the application from their connections, Twitter > should make a callback to my system so that I can delete the account > from my DB. > Your application should alre

Re: [twitter-dev] OAuth Additions

2010-02-09 Thread Ryan Sarver
Dewald, 1) good idea 2) also a good idea 3) tons :) On Tue, Feb 9, 2010 at 5:28 AM, Dewald Pretorius wrote: > Two additions to OAuth that will be very helpful: > > 1) When a user removes the application from their connections, Twitter > should make a callback to my system so that I can delete t

[twitter-dev] OAuth Additions

2010-02-09 Thread Dewald Pretorius
Two additions to OAuth that will be very helpful: 1) When a user removes the application from their connections, Twitter should make a callback to my system so that I can delete the account from my DB. 2) There should be a call my system can make to remove the app from the user's connections, ty