- Replaced jsOAuth-1.3.1.js to jsOAuth-1.3.3.js, and customize for Titanium Mobile(Content-Type, Ti.Network.createHTTPClient())
- twitter.js using jsOAuth.getAccessTokenKey() and jsOAuth.getAccessTokenSecret(), and update_with_media support!
- Added tumblr.js using OAuth(not XAuth). But photo upload yet...
- Added mixi.js. Mixi is Japanese SNS
- Added foursquare.js
- Added flickr.js. But in development...
- Added github.js
- Added linkedin.js
- Added google.js
- Added etsy.js
- Added hatena.js
- Added dropbox.js
- Rewrite the app.js
- Extend platform.request(path, params, headers, httpVerb, callback); path is replaced url possible. Added headers.
- Logout method support.
See Resources/app.js
update_with_media support! How to Resources/app.js
Required default callback URL in Tumblr application setting page. No need to in the library properties.
Required callback url in the library properties. Required access token refresh, How to Resources/app.js.
Required callback url in Foursquare application setting page, And need to in the library properties.
Required callback url in the library properties.
Required callback URL in Github application setting page, And need in the library properties.
Not required callback URL.
Not required callback URL. Required access token refresh, How to Resources/app.js.
Not required callback URL.
Required scope, How to Resources/app.js
Anyway authentication only, How to Resources/app.js
var twitter = require('twitter').Twitter({ ... }); twitter.logout(function(){ // callback });
- Original twitter-titanium by @ebryn
- jsOAuth by @bytespider