FacebookImagePicker-iOS icon indicating copy to clipboard operation
FacebookImagePicker-iOS copied to clipboard

A Facebook image picker providing a simple UI for a user to pick photos from a users Facebook account. It provides an image picker interface that matches the iOS SDK's UIImagePickerController.

Results 18 FacebookImagePicker-iOS issues
Sort by recently updated
recently updated
newest added

I'm trying to add FacebookImagePicker-iOS to my project using cocoapods. Here's my podfile: ``` use_frameworks! pod "FacebookImagePicker" pod 'Parse' pod 'AWSCognito' pod 'AWSS3' pod 'FBSDKCoreKit' pod 'MBProgressHUD', '~> 1.1.0' pod...

Hi, It looks the Facebook SDK version is moving forward to 4.20.2 now, but FacebookImagePicker set the dependency on 4.11.0. Is it possible moving forward of this? Thanks a lot!

move FB SDK dependency to 4.20.2, debugged, it works well!

This is album with photos via path "me/photos"

Great plugin hence would be great to have it working with swift 3!

Would be awesome if you could specify whether or not the user can or can't select multiple photos. Right now the default/only option is yes

Hi, I'm getting the following error while building in XCode 7.3.1 with CocoaPods 1.0.0: 6 duplicate symbols for architecture arm64 Error log: ld: warning: directory not found for option '-L/Users/Tanay/Documents/PushNotificationTestWorkspace/UP-login-address-book-server-PHP/build/Debug-iphoneos'...

Hey guys! Great library, thank you for sharing it. We've been using it in www.getsquad.co and realized the FBSDK dependency is a version behind. It seems to run fine for...