Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Questions related to the iOS UIImagePickerController class (and the associated UIImagePickerControllerDelegate protocol), which provides system-supplied user interfaces for taking pictures and movies on iOS devices, and for choosing saved images and movies.

learn more… | top users | synonyms

1
vote
1answer
68 views

Muti select uiimagepickercontroller like facebook app

I am developing an app, In which user can select multiple picture and upload it server. As of now i am using QBImagePickerController for selecting multiple pictures but client demanding us to make ...
0
votes
1answer
702 views

Photo Not Uploading on Check In Using Facebook iOS

So I'm creating an iPhone app that needs to be able to upload a photo when the user checks into a location using the Facebook Graph API. Right now my code is this: if (![delegate.facebook ...
0
votes
2answers
268 views

Anyone knows if there is a lib for a Facebook image picker that works like a UIImagePickerController?

It sounds very common, something like a UIImagePicker that allows the user to browse all of his facebook albums and eventually pick an image and pass it to a delegate.