tumblr.js JavaScript client
Today I’m excited to announce the release of tumblr.js, the first of several official API clients we’ll be rolling out over the next few months.
You can install it now with
npm, and start making something awesome:var tumblr = require('tumblr.js'); var client = tumblr.createClient({ consumer_key: 'consumer_key', consumer_secret: 'consumer_secret', token: 'oauth_token', token_secret: 'oauth_token_secret' }); // Name all of the authenticating user's blogs client.userInfo(function (err, data) { data.user.blogs.forEach(function (blog) { console.log(blog.name); }); });It comes with full support for all of the API V2 endpoints including tag search, following, liking, and post creation. For more detail, see the GitHub page.
More to come soon!
It’s done - the title is visible and so the TEST licence.
Oh, and I almost forgotten, you can invite your friends to cooperate on your board and project now!
All you have to know is your friend’s email address and maybe a good story, why you invite herhim.
Here is the test licences, so you don’t get shocked:
Test Agreement ‘Hogventure-Game-Editor’
The test version of ‘Hogventure-Game-Editor’ is inevitable to contain bugs, which may have a detrimental effect on the browser stability.
Make sure you are aware of the risks and willing to accept them in order to help us improve ‘Hogventure-Game-Editor’.
No personal data will be collected or revealed without your consent. I will only use Google Analytics to collect error reports and some other common data. The estimated duration of this test test is 3-6 months. After the test, your account information and relevent data in the system might be all cleaned up, or not.
If you use this software furthermore, you accept the agreement.
Thanks for your kind help.
Some things are still missing:
Password request is still leading to nowhere. Please do not forget you password.
Maybe bugs in plugin/game-test. Do not use or overwrite window or document in your script!
A help file and better documentation.
But feel free to test and invite your friends, too.







