Hi,
So here is the code:
local options = { service = "twitter", message = "Check out this App!", image = {{filename = "Icon.png", baseDir = system.ResourceDirectory}}, url = {"http://bit.ly/xxx", "http://bit.ly/yyy"} } native.showPopup("social", options)
The tweet posts the two links on iOS 6.1.6 but only the first link on iOS 7.1
Any ideas? Thanks.
Edit: Simple solution is to just populate the message field with the links and bypass url. Works a treat.