• Because we use web view we will probably need to use the Twitter API
    • https://dev.twitter.com/docs/api/1.1/post/statuses/update_with_media
  • There are size limits on photo uploads so we'll probably need to resize photos on the device before uploading
    • http://stackoverflow.com/questions/12539862/ios6-and-safari-photo-uploading-file-api-canvas-jquery-ajax-uploading-and
  • File uploading is available in iOS6+ only. Users can upload existing photos and videos or take a picture or video using the camera.
    • http://developer.apple.com/library/ios/#releasenotes/General/RN-iOSSDK-6_0/