Is it possible to make a 100% browser based on twitter client javascript (no end at all) using oAuth?

Is it possible to make a 100% browser based browser-based javascript browser (no end at all) using oAuth?

+6
javascript oauth twitter
source share
3 answers

I do not think so. You still need a safe way to get your passkey from Twitter, and you can hide your consumer’s secret key.

+3
source share

Yes, I suppose.

Related: JavaScript OAuth logs in with Twitter

+2
source share

Yes, it is possible to implement a 100% browser based javascript twitter client client using oAuth.

You can do this using YQL and YUI.

There is an open source project called Tweetanium that shows how to implement this in JavaScript .

Literature:

0
source share

All Articles