Example #1
0
   url:"http://shop.vangle.it/store",
   name:"Vangle",
   description:"Ciao ciaoc iao ciao caio",
   bgColor:'green',
   alpha:0.8,
});
testView.add(bar3);

$.index.add(testView);


var bar2 = sdksocialize.createLikeView({
   bottom:20,
   height:100,
   width:200,
   url:"http://sd.keepcalm-o-matic.co.uk/i/keep-calm-and-fanculo-panzone-25.png",
   image:"http://sd.keepcalm-o-matic.co.uk/i/keep-calm-and-fanculo-panzone-25.png",
   name:"Panzone",
   backgroundColor:"black"
});
$.index.add(bar2);

$.index.open();


Ti.App.addEventListener('resumed', function (e) {
    // Ti.Platform.openURL('fb827787213920034://page/confirm?id=5');

    Ti.App.launchURL = '';
    cmd = Ti.App.getArguments();
    if ( cmd.url ) {