I am looking for a replacement for UIImagePickerController, which allows you to configure extensibility for local images, a public API such as Facebook / Flickr / Tumblr / Picasa / SmugMug, as well as my own collection of image collections (local or foreign).
The solutions I have found so far and the problems with them:
This is almost perfect, except that I have to use a third-party service on getchute.com - what will happen if this site goes dark forever? And in the All Permissions dialog box, the Chute list is the name of the application. My application uses the Facebook SDK elsewhere, so I would like to use my existing APP ID / key. When I add it using the application control panel on the tray, I get the Facebook API error "Invalid redirect_uri: This URL is not allowed by application configuration." What can I fix using the Facebook API, however, if I knew what a URL was (I donβt), and B. I was really fine with having an average user with API requests (I donβt).
Also very hostile ARC, which is PITA to launch.
A very nice replacement for the UIImagePickerController, which includes multiple selections. There is no built-in modularity to support Facebook or other APIs.
A simple replacement only for the UIImagePickerController - it seems to have no navigation views. No visible modularity.
It looks complicated. For obvious reasons, it wonβt work well with services other than Facebook.
source
share