[twitter-dev] Re: Twitter JS implementation

2009-07-29 Thread Bob Fishel
Workin on it now. Details in a bit.

On Wed, Jul 29, 2009 at 8:01 PM, shiplu wrote:
> Why not start building one if there is not any. :P
>
> --
> A K M Mokaddim
> http://talk.cmyweb.net
> http://twitter.com/shiplu
> Stop Top Posting !!
> বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল
> Sent from Dhaka, Bangladesh
>


[twitter-dev] Re: Twitter JS implementation

2009-07-29 Thread Kevin Mesiab
No decent implementation of the twitter API exists in js.  Sorry.  Had to
say it.
If you're developing a js/xhtml application under the air environment, you
may be interested in using our js wrapper for the API.  We will be open
sourcing it after our release.  Let me know.

On Wed, Jul 29, 2009 at 9:25 AM, JDG  wrote:

> http://code.google.com/p/oauth/source/browse/code/javascript/ will get you
> started -- the oauth stuff is probably the meat of what you need to do to
> get statuses/update working.
>
> JS isn't a great language for this, because of the XSS issues that arise.
>
>
> On Wed, Jul 29, 2009 at 11:29, Bob Fishel  wrote:
>
>>
>> Can anyone recommend a javascript api implementation (anything that
>> already has a jquery plugin would be a bonus but not necessary)
>>
>> The few I've seen don't allow statuses.update which is a nessecity for
>> me.
>>
>> Thanks
>>
>
>
>
> --
> Internets. Serious business.
>



-- 
Kevin Mesiab
CEO, Mesiab Labs L.L.C.
http://twitter.com/kmesiab
http://mesiablabs.com
http://retweet.com


[twitter-dev] Re: Twitter JS implementation

2009-07-29 Thread JDG
http://code.google.com/p/oauth/source/browse/code/javascript/ will get you
started -- the oauth stuff is probably the meat of what you need to do to
get statuses/update working.

JS isn't a great language for this, because of the XSS issues that arise.

On Wed, Jul 29, 2009 at 11:29, Bob Fishel  wrote:

>
> Can anyone recommend a javascript api implementation (anything that
> already has a jquery plugin would be a bonus but not necessary)
>
> The few I've seen don't allow statuses.update which is a nessecity for
> me.
>
> Thanks
>



-- 
Internets. Serious business.