Git Product home page Git Product logo

tiplatformconnect's Introduction

TiPlatformConnect (forked twitter-titanium)

  • 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
  • Added pocket.js
  • Added evernote.js
  • Added yammer.js
  • Rewrite the app.js
  • Extend platform.request(path, params, headers, httpVerb, callback); path is replaced url possible. Added headers.
  • Logout method support.

How to use

See Resources/app.js

twitter.js

update_with_media support! How to Resources/app.js

tumblr.js

Required default callback URL in Tumblr application setting page. No need to in the library properties.

mixi.js

Required callback url in the library properties. Required access token refresh, How to Resources/app.js.

foursquare.js

Required callback url in Foursquare application setting page, And need to in the library properties.

flickr.js

Required callback url in the library properties.

github.js

Required callback URL in Github application setting page, And need in the library properties.

linkedin.js

Not required callback URL.

google.js

Not required callback URL. Required access token refresh, How to Resources/app.js.

etsy.js

Not required callback URL.

hatena.js

Required scope, How to Resources/app.js

dropbox.js

Anyway authentication only, How to Resources/app.js

pocket.js

Not required callback URL.

evernote.js

Select Development (Sandbox) or Production parameter. Please read app.js and evernote.js.

yammer.js

Not required callback URL.

logout example

var twitter = require('twitter').Twitter({ ... }); twitter.logout(function(){ // callback });

Thanks

  • Original twitter-titanium by @ebryn
  • jsOAuth by @bytespider

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.