I have tried so many codes for posting tweet but i didn't find any working twitter implementation.
I have tried social.js - social_plus.js - alloy/social - birdhouse.js etc.
My app crashed at below line
correctTimestampFromSrc: function(parameterName) {
parameterName = parameterName || "oauth_timestamp";
var scripts = document.getElementsByTagName("script");
My titanium mobile SDK 3.2.3 GA, my test platfom is iOS 7.1 simulator.
Thank you in advance.