Hi,
Here is my code
local options = {
service = “twitter”,
message = event.target.text,
image =
{
{ filename = “logo.png”, baseDir = system.ResourceDirectory },
},
listener = socialEventListener,
url = "https://itunes.apple.com/app/id89373631"
}
analytics.logEvent(“Twittershare”)
native.showPopup( “social”, options )
Message is getting posted, but link is not getting posted how much ever the text message size may be less in ios6 ipod.But the same message which as 107 characters is not getting posted from ios7 ipad only 93 characters are allowed but URL is getting posted, with the 93 characters from ipad.
Any suggestion would be helpful.
Thanks