Social plugin twitter, link posted from ios6 i pod is not getting displayed

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

I vaguely remember having this problem on my iPod 4G 6.x also. Solution? Ditch the url field and use the message field to add your url.

I vaguely remember having this problem on my iPod 4G 6.x also. Solution? Ditch the url field and use the message field to add your url.