0.0.3 • Published 8 years ago

tweet-composer v0.0.3

Weekly downloads
3
License
Apache 2.0
Repository
github
Last release
8 years ago

TweetComposer

##Compatible iOS Version <= 7.0 Android Version <= 4.0

##How to install.

  • Get fabric_key, twitter_key, and twitter_secret_key.
  • Use this code in command line. cordova plugin add tweet-composer —variable FABRIC_KEY= <your fabric key>
  • Open config.xml (in your project's root) and add these two lines before the closing </widget> tag <preference name="TwitterConsumerKey" value="<twitter_key>" /> <preference name="TwitterConsumerSecret" value="<twitter_secret_key>" /> Done!

##How to use.

in *.js
var success = function() { alert("Success"); };
var error = function(message) { alert("Oopsie! " + message); };
var tweet = cordova.require("com.attendee.tweet.tweetComposer");
tweet.tweetMessage(success,error,'Android101');