Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Text;
using MonoTouch.UIKit;
using MonoTouch.Foundation;
using MonoTouch.Dialog;
using System.Net;
namespace MIX10
{
//Make XHR request to post picture
function postPic(pic) {
if (Titanium.Network.NETWORK_NONE) {
var a = Titanium.UI.createAlertDialog({
title:'We\'re Sorry...',
message:'Snapost cannot detect a network connection. Are you connected to the internet?'
});
}
else {
var query = 'https://twitpic.com/api/uploadAndPost';