You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the URL shorten function fails on Android but works perfectly on IOS. The only thing it returns is "false." I added a Ti.API.info on the ResponseText which basically says you need to submit a valid URL <a href= >
It is my opinion that something is mangling the url that is being passed to twe.ly on android. Most likely the issue is in HTTPClient object from Titanium.
Thanks,
John
The text was updated successfully, but these errors were encountered:
I guess the problem was a missing Ti.Network.encodeURIComponent() over the url. In the pull request #27, I fixed this bug and added other shortener API's like goog.le and bitly. As far as I now, twe.ly is down.
Unfortunately the URL shorten function fails on Android but works perfectly on IOS. The only thing it returns is "false." I added a Ti.API.info on the ResponseText which basically says you need to submit a valid URL <a href= >
It is my opinion that something is mangling the url that is being passed to twe.ly on android. Most likely the issue is in HTTPClient object from Titanium.
Thanks,
John
The text was updated successfully, but these errors were encountered: