twitter api have a post a tweet with media,
the api document url is :
https://dev.twitter.com/docs/api/1/post/statuses/update_with_media""
Your POST request's Content-Type should be set to multipart/form-data with the media[] parameter
""
but gideros api
is
UrlLoad.new("
https://dev.twitter.com/docs/api/1/post/statuses/update_with_media",UrlLoader.POST,bodydata)
Comments
Currently, it's not possible to specify headers (e.g. Content-Type) with UrlLoader. I'm adding it http://bugs.giderosmobile.com/issues/95 It'll be available with the next version.
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps