[twitter-dev] Re: OAuth on client side

2009-08-17 Thread JDG
but you would need a server-side proxy to talk to the API if you're using javascript in order to avoid the issues with cross-site scripting. On Mon, Aug 17, 2009 at 08:12, Duane Roelands duane.roela...@gmail.comwrote: It sounds like what you're looking for is a Javascript library, though I'm

[twitter-dev] Re: OAuth on client side

2009-08-17 Thread Duane Roelands
It sounds like what you're looking for is a Javascript library, though I'm not familiar with any. It certainly sounds feasible; you could do Ajax calls to talk to the API. The trick would be in how you choose to persist the OAuth tokens. *wheels turning in head*. A Twitter client that resides

[twitter-dev] Re: OAuth on client side

2009-08-16 Thread JDG
How do you expect to use Twitter if you can't get to Twitter? On Sun, Aug 16, 2009 at 09:00, JONNiE` arse...@gmail.com wrote: Hi, I was wondering is there a way to implement OAuth and Twitter functionality without server going out to twitter.com? We have servers that are closed to external

[twitter-dev] Re: OAuth on client side

2009-08-16 Thread Andrew Badera
On Sun, Aug 16, 2009 at 11:00 AM, JONNiE`arse...@gmail.com wrote: Hi, I was wondering is there a way to implement OAuth and Twitter functionality without server going out to twitter.com? We have servers that are closed to external websites. Yet the client side application should be Twitter

[twitter-dev] Re: OAuth on client side

2009-08-16 Thread Arseny Slutsky
I can use Twitter from CLient Side... What I am trying to avoid is calling Twitter from Server side 2009/8/17 JDG ghil...@gmail.com How do you expect to use Twitter if you can't get to Twitter? On Sun, Aug 16, 2009 at 09:00, JONNiE` arse...@gmail.com wrote: Hi, I was wondering is there a